| | |
| | | [SugarTable("TN_WMS_Zone")] |
| | | public class LogicConfig : BaseModel |
| | | { |
| | | public string S_JT_CODE { get; set; } //机台号 |
| | | public string S_MTJBLOC { get; set; } //满框入库接驳位 |
| | | public string S_JTBKLYLOC { get; set; } //机台补空来源位 |
| | | public string S_LKBKHCLOC { get; set; } //补空缓存位 |
| | | public string S_LKKTJBLOC { get; set; } //补空接驳位 |
| | | public string S_AREA_CODE { get; set; } //关联立库 |
| | | public string S_JT_CODE { get; set; } //机台号 对应 MES下发任务表里的机台编号 EQP |
| | | public string S_MTJBLOC { get; set; } //满框入库接驳位 直连/非直连都是对应立库入库接驳位 |
| | | public string S_JTBKLYLOC { get; set; } //机台补空来源位 缓存位 -> 机台 |
| | | public string S_LKBKHCLOC { get; set; } //立库补空缓存位 立库 -> 缓存位 |
| | | public string S_LKKTJBLOC { get; set; } //立库补空接驳位 直连/非直连都是对应立库出库接驳位 |
| | | public string S_AREA_CODE { get; set; } //关联立库 出入库对应的存储立库 |
| | | public string S_TASK_TYPE { get; set; } //任务类型 1.胎侧直连类型 2.帘布直连类型 3.非直连类型 |
| | | public string S_PRI { get; set; } //优先级 |
| | | public string S_RG_LOC { get; set; } //是否为人工下线位 是/否 |
| | | public string S_RG_LOC { get; set; } //机台是否为人工下线位 是/否 (人工下线位代表人工机台补空工装) |
| | | public string S_ENABLE { get; set; } //是否启用 是/否 |
| | | |
| | | } |