using System; using System.Collections.Generic; using System.Text; namespace Model { public class ClsKf_POStockInBackBillSub_CLD { public Int64 HInterID; public Int64 HEntryID; public Int64 HMaterID; //ÎïÁÏID public long HPropertyID; //¸¨ÖúÊôÐÔ public string HBatchNo; public Int64 HUnitID; //¼ÆÁ¿µ¥Î» public Int64 HSecUnitID; //¸¨Öú¼ÆÁ¿µ¥Î» public double HSecUnitRate; //»»ËãÂÊ public double HQtyMust; //ÊýÁ¿ public double HQty; //ÊýÁ¿ public double HAuxQty; //³£ÓüÆÁ¿µ¥Î»ÊýÁ¿ public double HPrice; //Ô­±Òµ¥¼Û public double HMoney; //Ô­±Ò½ð¶î public long HWHID; //²Ö¿âID public long HSCWHID; //µ÷³ö²Ö¿âID public Int64 HSPID; //²ÖλID public Int64 HSPGroupID; //²Öλ×é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; } }