using System; using System.Collections.Generic; using System.Text; namespace Model { public class ClsGy_FixCardBillSub_Emp : DBUtility.ClsXt_BaseBillSub { public Int64 HDeptID; //ʹÓò¿ÃÅ£¨gy_Departme nt£© public Int64 HUseEmpID; //ʹÓÃÈË£¨gy_Employee£© public Int64 HRepairEmpID; //ά»¤¸ºÔðÈË£¨gy_Employee£© public Int64 HCardAddr; //×ʲúλÖã¨Gy_CardAddress£© public string HAddress; //·ÅÖõصã public DateTime HSetupDate; //°²×°ÈÕÆÚ public decimal HAvgRate;// ·ÖÅä±ÈÀý public Int64 HProjectMoneyID; //·ÑÓÃÏîÄ¿£¨Gy_ProjectMoney£© public DateTime HBeginDate; //¿ªÊ¼ÈÕÆÚ public DateTime HEndDate; //½áÊøÈÕÆÚ } }