hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java
@@ -77,6 +77,20 @@ public static final String BIG_STORAGE_REQUEST_IN = "1"; /** * 大理片笼详情状态 * 0 大理片笼进片中 * 1 大理片笼在笼内 * 2 大理片笼出片中 * 3 大理片笼出片完成 * 4 大理片笼手动出片 */ public static final Integer BIG_STORAGE_IN = 0; public static final Integer BIG_STORAGE_INSIDE = 1; public static final Integer BIG_STORAGE_OUT = 2; public static final Integer BIG_STORAGE_OUTSIDE = 3; public static final Integer BIG_STORAGE_MANUAL = 4; /** * 卧转立进片请求 * 1 任务生成 * 2 卧转立进片完成