22
jingh
2021-08-07 bcc095f215ec7abd6dd33ea9e822e2c7eddda601
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsPay_OtherBalBillSub:DBUtility.ClsXt_BaseBillSub
    { 
        public DateTime HEntryCloseDate;//   datetime      --Ðйرՠ(ĬÈÏΪ'')        new
        public string HRemark;//         varchar(200)        --±¸×¢ 
        public Int64 HMaterID;//    int        --ÎïÁÏID
        public Int64 HProcID;//        int        --¹¤ÐòID
        public Int64 HEmpID;//        int        --Ö°Ô±ID
        public double HTimes;//        decimal(18,8)        --¹¤Ê±
        public double HQty;//        decimal(18,8)        --ÊýÁ¿
        public double HPrice;//        decimal(18,8)        --¹¤¼Û
        public double HMoney;//        decimal(18,8)        --½ð¶î 
        public Int64 HICMOInterID;//    int        --Éú²úÈÎÎñµ¥ID
        public string HICMOBillNo;//    varchar(50)        --Éú²úÈÎÎñµ¥ºÅ
        public Int64 HProcReportInterID;//        int      --¹¤Ðò»ã±¨µ¥ID
        public Int64 HProcReportEntryID;//    int    --¹¤Ðò»ã±¨µ¥×ÓID
        public string HProcReportBillNo;//    varchar(50)    --¹¤Ðò»ã±¨µ¥ºÅ
        public Int64 HProcPlanInterID;//    int    --¹¤Ðò¼Æ»®µ¥ID
        public Int64 HProcPlanEntryID;//    int    --¹¤Ðò¼Æ»®µ¥×ÓID
        public string HProcPlanBillNo;//        varchar(50)    --¹¤Ðò¼Æ»®µ¥ºÅ
    }
}