| | |
| | | public class LogicConfig : BaseModel |
| | | { |
| | | public string S_JT_CODE { get; set; } //机台号 |
| | | public string S_MTJBLOC { 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_TASK_TYPE { get; set; } //任务类型 1.胎侧直连类型 2.帘布直连类型 3.非直连类型 |
| | | public string S_PRI { get; set; } //优先级 |
| | | public string S_RG_LOC { get; set; } //是否为人工下线位 |
| | | public string S_ENABLE { get; set; } //是否启用 |
| | | public string S_RG_LOC { get; set; } //是否为人工下线位 是/否 |
| | | public string S_ENABLE { get; set; } //是否启用 是/否 |
| | | |
| | | } |
| | | } |