using System; using System.Collections.Generic; using System.Text; namespace Model { public class ClsSc_WorkBeginDotCheckBillMain : DBUtility.ClsXt_BaseBillMain { public Int64 HICMOInterID; //int --Éú²ú¶©µ¥Ö÷ÄÚÂ루ÄÚÂë²»ÏÔʾ³öÀ´£¬Òþ²Ø£© public Int64 HICMOEntryID; // int --Éú²ú¶©µ¥×ÓÄÚÂ루ÄÚÂë²»ÏÔʾ³öÀ´£¬Òþ²Ø£© public string HICMOBillNo; // varchar(100) --Éú²ú¶©µ¥ public Int64 HProcExchInterID; //int -Á÷ת¿¨Ö÷ÄÚÂ루ÄÚÂë²»ÏÔʾ³öÀ´£¬Òþ²Ø£© public Int64 HProcExchEntryID; // int --Á÷ת¿¨×ÓÄÚÂ루ÄÚÂë²»ÏÔʾ³öÀ´£¬Òþ²Ø£© public string HProcExchBillNo; //varchar(100) --Á÷ת¿¨ public Int64 HMaterID; //int ---ÎïÁÏ£¨gy_Material£© public Int64 HSourceID; // int --Éú²ú×ÊÔ´£¨gy_Source£© public Int64 HCheckEmpID; // int --µã¼ì×÷ÒµÔ±£¨gy_Employee£© public Int64 HGroupID; // int Éú²ú°à×飨gy_Group£© public Int64 HGroupLeaderID; //int --°à×鳤£¨gy_Employee£© public string HNote; // varchar(500) --¼Ç¼ÊÂÏî public string HLastResult; //varchar(20) --×îÖÕ½áÂÛ£¨OK£¬NG£© } }