zzr99
2021-11-25 e6a1a1f0e575dd4f3ee2cb9e6ce1bc9ed9ee61b3
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            --ʵ¼Ê·ÑÓÃ
  
 
    }
}