ch
2021-10-29 34c5c1737a20c8bd1fb8090a08d4bcbcc8d60cf8
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
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsKf_AuxProductInBillSub:DBUtility.ClsXt_BaseBillSub
    {
        public Int64 HInterID;
        public Int64 HEntryID;
        public Int64 HMaterID;         //ÎïÁÏID
        public Int64 HUnitID;          //¼ÆÁ¿µ¥Î»
        public double HQtyMust;              //ÊýÁ¿
        public double HQty;              //ÊýÁ¿
        public double HPrice;            //Ô­±Òµ¥¼Û
        public double HMoney;            //Ô­±Ò½ð¶î
        public long HWHID;            //²Ö¿âID
        public long HSCWHID;            //µ÷³ö²Ö¿âID
        public string HCloseMan;         //ÐйرÕ
        public bool HCloseType;        //¹Ø±ÕÀàÐÍ
        public string HRemark;
        public Int64 HSourceInterID;
        public Int64 HSourceEntryID;
        public string HSourceBillNo;
        public string HSourceBillType;
        public Int64 HSeOrderInterID;
        public Int64 HSeOrderEntryID;
        public string HSeOrderBillNo;
        public double HRelationQty;      //¹ØÁªÊýÁ¿
        public Int64 HPOOrderInterID;
        public Int64 HPOOrderEntryID;
        public string HPOOrderBillNo;
 
    }
}