|  |  |  | 
|---|
|  |  |  | public string HModel2;              //    √   varchar(100)       //设备型号 | 
|---|
|  |  |  | public int HMaterID;                //   √   int          //对应物料 | 
|---|
|  |  |  | public int HUnitID;                 //    √   int          //单位 | 
|---|
|  |  |  | public DateTime HOutComDate;        // √    datetime      //设备出厂日期 | 
|---|
|  |  |  | public string HOutComDate;        // √    datetime      //设备出厂日期 | 
|---|
|  |  |  | public string HOutComNo;            //  √    varchar(100)      //设备出厂编号 | 
|---|
|  |  |  | public int HDeptID;                 //    √   int          //使用部门(gy_Department) | 
|---|
|  |  |  | public int HUseEmpID;               //√   int      //使用负责人(gy_Employee) | 
|---|
|  |  |  | public int HRepairEmpID;            //√   int      //维护负责人(gy_Employee) | 
|---|
|  |  |  | public string HAddress;             // √    varchar(500)         //安装地点 | 
|---|
|  |  |  | public DateTime HSetupDate;         //√   datetime      //安装日期 | 
|---|
|  |  |  | public DateTime HStartupDate;       //√   datetime      //运行开始日期 | 
|---|
|  |  |  | public string HSetupDate;         //√   datetime      //安装日期 | 
|---|
|  |  |  | public string HStartupDate;       //√   datetime      //运行开始日期 | 
|---|
|  |  |  | public string HStatus;              //   √   varchar(20)   //当前状态(空闲、占用、加工、关机、异常停机) | 
|---|
|  |  |  | public int HEquipFileTypeID;        //√   int      //设备类别(Gy_EquipFileType) | 
|---|
|  |  |  | public string HProNum;              //   √   varchar(100)   //工程编码 | 
|---|
|  |  |  | 
|---|
|  |  |  | public string HLogo;                //√      varchar(50)   //品牌 | 
|---|
|  |  |  | public int HSellSupID;              // √   int      //供应商(Gy_Supplier) | 
|---|
|  |  |  | public int HMakeSupID;              // int      //制造商 (Gy_Supplier) | 
|---|
|  |  |  | public int HEquipDotCheckRuleInterID=0; | 
|---|
|  |  |  | public int HEquipMaintainRuleInterID=0; | 
|---|
|  |  |  | public int HSourceID = 0; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|