duhe
2023-08-31 651e4f2636040ae33d984b1b8e143c31f4ad314a
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            --ʵ¼Ê·ÑÓÃ
  
 
    }
}