yusijie
2023-02-08 7f8ed8cdc49b33178f34c91edf862f831cd30c9c
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
28
29
30
31
32
33
34
35
36
37
38
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsPay_SumBalBillSub : DBUtility.ClsXt_BaseBillSub
    { 
        //public DateTime HEntryCloseDate;//   datetime      --Ðйرՠ(ĬÈÏΪ'')        new
 
 
 
        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 double HReportQty;//        decimal(18,8)        --Ô­»ã±¨ÊýÁ¿
        public double HSumReportQty;//        decimal(18,8)        --×ܻ㱨ÊýÁ¿
        public double HSumStockQty;//        decimal(18,8)        --×ÜÈë¿âÊýÁ¿
        public Single HEmpRate;//        money            --Ô±¹¤ÏµÊý
 
        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)        --¹¤Ðò¼Æ»®µ¥ºÅ
 
 
 
    }
}