1
yxj
昨天 23dbc5b616dfa1a2bcb1fa4302637b8df701f43c
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
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsKf_StockInRequestBillSub:DBUtility.ClsXt_BaseBillSub
    {
 
        public string HBillNo_bak;      //        varchar(50)    --µ¥¾ÝºÅ£¨±¸·Ý£¬ÒÔÃâÄÚÂ붪ʧ£¬ÕÒ²»µ½¶ÔÓ¦Ö÷±í£©
 
        //-----------------------------------------------------------------
 
        public Int64 HMaterID;          //      int         --ÎïÁÏID
        public Int64 HPropertyID;       //      int         --¸¨ÖúÊôÐÔ
        public Int64 HSecUnitID;        //      int         --¸¨Öú¼ÆÁ¿µ¥Î»
        public Single HSecUnitRate;     //      money       --»»ËãÂÊ 
        public Int64 HUnitID;           //      int         --¼ÆÁ¿µ¥Î»
        public double HQtyMust;         //      dec(18,8)   --Ó¦ÊÕÊýÁ¿
        public double HQty;             //      dec(18,8)   --ʵÊÕÊýÁ¿
        public double HPrice;           //      dec(18,8)   --µ¥¼Û
        public double HMoney;           //      dec(18,8)   --½ð¶î
        public Int64 HWHID;             //      int         --²Ö¿â
        public Int64 HPOOrderInterID;   //      int         --²É¹º¶©µ¥ID
        public Int64 HPOOrderEntryID;   //      int         --
        public string HPOOrderBillNo;   //                  --²É¹º¶©µ¥ºÅ
        public Int64 HSeOrderInterID;   //      int         --ÏúÊÛ¶©µ¥ID
        public Int64 HSeOrderEntryID;   //      int         --
        public string HSeOrderBillNo;   //                  --ÏúÊÛ¶©µ¥ºÅ
        public Int64 HICMOInterID;      //      int         --Éú²ú¶©µ¥ID
        public Int64 HICMOEntryID;      //      int         --Éú²ú¶©µ¥×ÓÄÚÂë
        public string HICMOBillNo;      //      varchar(100)--Éú²ú¶©µ¥ºÅ
    }
}