yxj
2022-11-21 dc1d68f934ab19d09e22983c810b39bc1fc1f4c7
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
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsKf_VirtualStockInBillSub_K3
    {
        public Int64 HInterID;
        public Int64 HEntryID;
        public Int64 HMaterID;            //ÎïÁÏID
        public Int64 HPropertyID;         //¸¨ÖúÊôÐÔ
        public Int64 HUnitID;             //¼ÆÁ¿µ¥Î»
        public string HBatchNo;           //ÅúºÅ
        public double HSecUnitRate;       //»»ËãÂÊ
        public double HQty;               //ÊýÁ¿
        public double HSecQty;            //¸¨ÖúÊýÁ¿
        public Int64 HWHID;               //²Ö¿â
        public Int64 HSPID;               //²Öλ
        public DateTime HKFDate;          //Éú²ú/²É¹ºÈÕÆÚ
        public Int64 HKFPeriod;           //±£ÖÊÆÚ(Ìì)
        public DateTime HPeriodDate;      //ÓÐЧÆÚÖÁ
        public string HCloseMan;          //ÐйرÕ
        public bool HCloseType;           //¹Ø±ÕÀàÐÍ
        public string HRemark;
        public Int64 HSourceInterID;
        public Int64 HSourceEntryID;
        public string HSourceBillNo;
        public string HSourceBillType;
        public double HRelationQty;       //¹ØÁªÊýÁ¿
        public double HRelationMoney;     //¹ØÁªÊýÁ¿
    }
}