using System; using System.Collections.Generic; using System.Text; namespace Model { public class ClsQC_EnvironmentTestDotCheckBillMain : DBUtility.ClsXt_BaseBillMain { public Int64 HDeptID; //int ---Éú²ú²¿ÃÅ£¨Gy_Department£© public Int64 HCenterWorkID; //int --¹¤×÷ÖÐÐÄ£¨Gy_WorkCenter£© public Int64 HProcID; //int --¹¤Ðò£¨gy_Process£© public string HCleanType; //varchar(20) --½à¾»¶È£¨A£¬B£¬C£© public string HErrMsgBack; //varchar(500)--Òì³£Ô­Òò public string HNote; //varchar(500) --¸ÄÉÆ¶Ô²ß public Int64 HEmpID; //int --¼Ç¼ÈË£¨Gy_Employee£© public string HEnvironmentTestSchemeID; //int --»·¾³¼ì²â·½°¸(Gy_EnvironmentTestSchemeBillMain) public Int64 HOrgID; // int --×éÖ¯ } }