using System; namespace MySystem { public class AdminIpList { public string Province { get; set; } //省份 public int IpCount { get; set; } //ip数 } }