using System; using System.Collections.Generic; namespace BF { [Serializable] public class BFAccountInfo { public int code; public int seq; public long uid; public string token; public string gate; public string ip; public List bind = new List(); } }