zzr99
2022-03-09 a4b3efa1f5d800d56f600b33aaf36022e5dc49d7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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            --ʵ¼Ê·ÑÓÃ
  
 
    }
}