| | |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string FieldName { get; set; } |
| | | */ |
| | | |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string SALES_ORDER { get; set; } |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string SapCode { get; set; } |
| | | [SugarColumn(IsIgnore = true)] |
| | | public int CartonQty { get; set; } |
| | | #endregion |
| | | |
| | | #region 外键属性 |
| | |
| | | |
| | | public class InStoreInfo { |
| | | public BIZ_ERP_PROD_IN_BTH ErpProdInBth { get; set; } |
| | | public ProdInBatch ProdInBatch { get; set; } |
| | | //public ProdInBatch ProdInBatch { get; set; } |
| | | public InStoreScanInfo InStoreScanInfo { get; set; } |
| | | } |
| | | |
| | | public class InStoreInfos |
| | | { |
| | | public List<BIZ_ERP_PROD_IN_BTH> ErpProdInBths { get; set; } |
| | | public List<InStoreScanInfo> InStoreScanInfos { get; set; } |
| | | } |
| | | } |