using System; using System.Collections.Generic; using System.Text; namespace Model { public class ClsSc_MouldDesignPlanBillSub : DBUtility.ClsXt_BaseBillSub { //============ public Int64 HProjectStepID ;// int --ÏîÄ¿½×¶Î£¨Gy_ProjectStep£© public Int64 HEmpID ; //int --¸ºÔðÈË£¨h_v_IF_Emp£© public DateTime HPlanBeginDate;// datetime --¼Æ»®¿ªÊ¼ÈÕÆÚ public DateTime HPlanEndDate; //datetime --¼Æ»®½áÊøÈÕÆÚ public Int64 HPlanTimes;// int --Ô¤¼Æ×ÜÌìÊý public Int64 HPlanMoney;// int --Ô¤¼Æ·ÑÓà public DateTime HBeginDate;// datetime --¼Æ»®¿ªÊ¼ÈÕÆÚ public DateTime HEndDate;// datetime --¼Æ»®½áÊøÈÕÆÚ public Int64 HSumTimes;// int --×ÜÌìÊý public Int64 HMoney;// int --ʵ¼Ê·ÑÓà } }