zzr99
2021-11-25 ce9ca83de554df69c145cea57c0960f49632fa8c
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
39
40
41
42
43
44
45
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsKf_EntrustInBackBillSub_CLD : DBUtility.ClsXt_BaseBillSub
    {
        //============
        public Int64 HInterID;
        public Int64 HEntryID;
        public Int64 HMaterID;         //ÎïÁÏID
        public Int64 HProductID;         //²úÆ·ID
        public string HMaterModel;       //¹æ¸ñÐͺÅ
        public string HMaterName;        //ÎïÁÏÃû³Æ
        public Int64 HAuxPropID;          //¸¨ÖúÊôÐÔ
        public Int64 HUnitID;          //¼ÆÁ¿µ¥Î»
        public Int64 HSecUnitID;          //¸¨Öú¼ÆÁ¿µ¥Î»
        public double HSecCoefficient;          //»»ËãÂÊ
        public string HBatchNo;        //Åú´Î
        public double HQty;              //»ù±¾µ¥Î»ÊµÊÕÊýÁ¿
        public double HQtyMust;              //»ù±¾Ó¦·¢µ¥Î»ÊýÁ¿
        public double HSecQty;              //¸¨ÖúÊýÁ¿
        public double HPrice;            //µ¥¼Û
        public double HPlanPrice;            //¼Æ»®µ¥¼Û
        public double HAmount;            //½ð¶î
        public double HPlanAmount;            //¼Æ»®¼Û½ð¶î
        public long HEntrySupply;            //¹©Ó¦ÉÌ
        public string HBarCode;                 //ÌõÂë
 
        public long HWhID;            //·¢»õ²Ö¿âID
        public long HSPID;            //²ÖλID
        public string HRemark;            //±¸×¢
        public Int64 HSourceInterID;    //Ô´µ¥ÄÚÂë
        public Int64 HSourceEntryID;
        public string HSourceBillNo;
        public string HSourceTranType;
        public Int64 HOrderInterID;     //¶©µ¥ÄÚÂë
        public Int64 HOrderEntryID;
        public string HOrderBillNo;
        public Int64 HPPBomInterID;     //ͶÁÏÄÚÂë
        public Int64 HPPBomEntryID;
        public string HPPBomBillNo;
    }
}