| | |
| | | * A09出片目标位置 d02卧转立 钢化出片 3001 |
| | | * A10出片目标位置 d05卧转立 人工出片 3002 |
| | | */ |
| | | public static final Integer TEMPERING_OUT_TARGET_POSITION = 3001; |
| | | public static final Integer ARTIFICIAL_OUT_TARGET_POSITION = 3002; |
| | | // public static final Integer TEMPERING_OUT_TARGET_POSITION = 3001; |
| | | // public static final Integer ARTIFICIAL_OUT_TARGET_POSITION = 3002; |
| | | // public static final List<Integer> OUT_TARGET_POSITION_ALL = Arrays.asList(3001, 3002); |
| | | |
| | | /** |
| | | * 义乌磨边线 |
| | | * A09出片目标位置 d02卧转立 钢化出片 930 |
| | | * A10出片目标位置 d05卧转立 人工出片 931 |
| | | */ |
| | | public static final Integer TEMPERING_OUT_TARGET_POSITION = 930; |
| | | public static final Integer ARTIFICIAL_OUT_TARGET_POSITION = 931; |
| | | public static final List<Integer> OUT_TARGET_POSITION_ALL = Arrays.asList(930, 931); |
| | | |
| | | /** |
| | | * 卧式理片笼详情表玻璃状态 |
| | |
| | | */ |
| | | public static final Integer BIG_STORAGE_BEFORE_IN = 1; |
| | | public static final Integer BIG_STORAGE_BEFORE_OUT = 2; |
| | | public static final Integer BIG_STORAGE_AFTER_IN = 3; |
| | | public static final Integer BIG_STORAGE_AFTER_OUT = 4; |
| | | public static final Integer BIG_STORAGE_BEFORE_DISPATCH = 3; |
| | | public static final Integer BIG_STORAGE_AFTER_IN = 4; |
| | | public static final Integer BIG_STORAGE_AFTER_OUT = 5; |
| | | public static final Integer BIG_STORAGE_AFTER_DISPATCH = 6; |
| | | |
| | | /** |
| | | * 大理片笼请求 |