using System; using System.Collections; using System.Collections.Generic; using UnityEngine; //============================================================ //支持中文,文件使用UTF-8编码 //@author #AUTHOR# //@create #CREATEDATE# //@company #COMPANY# // //@description: //============================================================ namespace MobileTerminal { [Serializable] public class UserViewData { public string state; public string message; public List data; } //[Serializable] //public class Data //{ // public JBSX[] jbsx; // public JBXX[] jbxx; // public JLZZXX[] jlzzxx; //} //[Serializable] //public class JBSX //{ // /// // /// 周保林 用电户:3209600004110 // /// // public string 名称; // /// // /// // /// // public string 用户编号; // /// // /// 仪征市供电公司 // /// // public string 供电单位; // /// // /// 考核 // /// // public string 用户分类; // /// // /// 否 // /// // public string 是否专线; // /// // /// 正常用电客户 // /// // public string 用户状态; // /// // /// // /// // public string 合同容量; // /// // /// // /// // public string 运行容量; // /// // /// // /// // public string 首次建档日期; // /// // /// 江苏省扬州市仪征市真州镇(仪征市区)镇解放东路12号 // /// // public string 用电地址; // /// // /// 无转供 // /// // public string 转供户信息; //} //[Serializable] //public class JBXX //{ // /// // /// 周保林 // /// // public string 用户名称; // /// // /// // /// // public string 用户编号; // /// // /// 正常用电客户 // /// // public string 用户状态; // /// // /// 考核 // /// // public string 用户分类; // /// // /// 仪征市供电公司 // /// // public string 供电单位; // /// // /// 太阳能发电 // /// // public string 所属行业; // /// // /// // /// // public string 合同容量; // /// // /// // /// // public string 运行容量; // /// // /// // /// // public string 电压等级; // /// // /// // /// // public string 重要等级; // /// // /// 考核 // /// // public string 用电类别; // /// // /// 否 // /// // public string 是否重点用户; // /// // /// 否 // /// // public string 是否专线; // /// // /// // /// // public string 首次建档; // /// // /// 否 // /// // public string 是否双电源; // /// // /// PMS_石桥146线 // /// // public string 线路名称; // /// // /// 江苏省扬州市仪征市真州镇(仪征市区)镇解放东路12号 // /// // public string 用电地址; //} //[Serializable] //public class JLZZXX //{ // /// // /// // /// // public string 序号; // /// // /// 上网计量点1 // /// // public string 计量点名称; // /// // /// // /// // public string 计量点ID; // /// // /// // /// // public string 电表ID; // /// // /// // /// // public string 电表资产编号; // /// // /// 否 // /// // public string 是否参考表; // /// // /// 否 // /// // public string 是否专线; // /// // /// 上网关口 // /// // public string 主用途类型; // /// // /// // /// // public string 计量点级数; // /// // /// 在用 // /// // public string 状态; // /// // /// // /// // public string 倍率; //} }