using System.Collections; using System.Collections.Generic; using UnityEngine; [System.Serializable] public class UserInfo { public int code; public string msg; public List rows; public int total; }