| | |
| | | namespace WebAPI.Models |
| | | { |
| | | public class ClsKf_ICStockBillSub:DBUtility.ClsXt_BaseBillSub |
| | | { |
| | | { |
| | | public Int64 HInterID; |
| | | public Int64 HEntryID; |
| | | public Int64 HMaterID; // int --物料ID |
| | | public Int64 HPropertyID; // int --辅助属性 |
| | | public Int64 HSecUnitID; // int --辅助计量单位 |
| | |
| | | public string HRECEIVEOWNERTYPEID; // varchar(100) --收料货主类型 |
| | | public Single HTaxRate; // money --税率 |
| | | public Int64 HSTOCKORGID; // int --库存组织 |
| | | public string HSourceBillNo; |
| | | public string HSourceBillType; |
| | | public Int64 HSourceInterID; |
| | | public Int64 HSourceEntryID; |
| | | |
| | | public int HAuxPropID { get; internal set; } |
| | | public string HBatchNO { get; internal set; } |