duhe
8 天以前 70be4613c1de52dca6829019a60eb6f281962f01
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
using System;
using System.Collections.Generic;
using System.Text;
 
namespace WebAPI.Models
{
    public class ClsPay_GroupBalBillSub:DBUtility.ClsXt_BaseBillSub
    { 
        public DateTime HEntryCloseDate;//   datetime      --Ðйرՠ(ĬÈÏΪ'')        new
        public Int64 HMaterID;//    int        --ÎïÁÏID
        public Int64 HProcID;//        int        --¹¤ÐòID
        public Int64 HUnitID;//        int        --µ¥Î»ID
        public Int64 HSourceID;//        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)    --¹¤Ðò¼Æ»®µ¥ºÅ
        public double HSqty;
    }
}