using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CommonEntity { public class Root { public List data { get; set; } } public class DataItem { /// /// /// public string ExtendedLocation { get; set; } /// /// /// public string OriginQuery { get; set; } /// /// /// public string appinfo { get; set; } /// /// /// public int disp_type { get; set; } /// /// /// public string fetchkey { get; set; } /// /// 本地局域网 /// public string location { get; set; } /// /// /// public string origip { get; set; } /// /// /// public string origipquery { get; set; } /// /// /// public string resourceid { get; set; } /// /// /// public int role_id { get; set; } /// /// /// public int shareImage { get; set; } /// /// /// public int showLikeShare { get; set; } /// /// /// public string showlamp { get; set; } /// /// IP地址查询 /// public string titlecont { get; set; } /// /// /// public string tplt { get; set; } } }