hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java
@@ -28,7 +28,7 @@ * 卧式理片笼详情表玻璃状态 * 识别后成功状态100 * 出片任务101 * 人工下片101 * 人工下片102 * 拿走200 * 破损201 */ @@ -150,5 +150,11 @@ public static final List<Integer> G11_WORK_STATION = Arrays.asList(4, 5, 6); public static final List<Integer> G13_WORK_STATION = Arrays.asList(7); /** * 启用 1 * 禁用 0 */ public static final Integer SLOT_ON = 1; public static final Integer SLOT_OFF = 0; }