| | |
| | | public int N_LAYER { get; internal set; } |
| | | public string S_ITEM_CODE { get; internal set; } |
| | | public string S_ITEM_NAME { get; internal set; } |
| | | |
| | | public string S_BATCH_NO { get; internal set; } |
| | | |
| | | public string S_CJ_NAME { get; set; } |
| | | } |
| | | |
| | |
| | | public string S_ITEM_CODE { get; set; } |
| | | public string S_ITEM_NAME { get; set; } |
| | | public int trayHeight { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 原料pe膜三层TS高度 |
| | | /// </summary> |
| | | public int trayHeight1 { get; set; } |
| | | public int ItemLayer { get; set; } |
| | | |
| | | //物料所在托盘的可堆叠层数。 《》与货位容量取 最小值。 |
| | |
| | | public string S_CNTR_STATE { get; set; } |
| | | } |
| | | |
| | | [SuGG("库容表")] |
| | | public class KuRong : BaseModel |
| | | { |
| | | public string StorageLoc { get; set; } |
| | | public int MaxCapacity { get; set; } |
| | | public int FilledCapacity { get; set; } |
| | | public string ProductItem { get; set; } |
| | | public int AvailableCapacity { get; set; } |
| | | public int DesiredCapacity { get; set; } |
| | | public int CRC { get; set; } |
| | | public int RAC { get; set; } |
| | | } |
| | | //均州现场 |
| | | //[SugarTable("dbo.")] |
| | | |