From 3633e4fac369d00b8da0c2fd4f867df097fa083a Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期四, 02 一月 2025 14:13:19 +0800
Subject: [PATCH] 添加取消出片任务

---
 hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java |   26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)

diff --git a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java
index b08642c..731b871 100644
--- a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java
+++ b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/common/config/Const.java
@@ -32,6 +32,16 @@
      */
     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);
 
     /**
      * 鍗у紡鐞嗙墖绗艰鎯呰〃鐜荤拑鐘舵��
@@ -85,7 +95,7 @@
     public static final Integer EDG_GLASS_SUCCESS = 2;
 
     /**
-     * 纾ㄨ竟浠诲姟鐜荤拑鐘舵��
+     * 澶х悊鐗囩鐘舵��
      * 1鍗曟満鑷姩鐘舵��
      * 2鑱旀満鑷姩鐘舵��
      * 3鎵嬪姩鐘舵��
@@ -95,6 +105,20 @@
     public static final Integer BIG_STORAGE_MT = 3;
 
     /**
+     * 澶х悊鐗囩浠诲姟绫诲瀷
+     * 1銆侀挗鍖栧墠杩涚墖
+     * 2銆侀挗鍖栧墠鍑虹墖
+     * 3銆侀挗鍖栧悗杩涚墖
+     * 4銆侀挗鍖栧悗鍑虹墖
+     */
+    public static final Integer BIG_STORAGE_BEFORE_IN = 1;
+    public static final Integer BIG_STORAGE_BEFORE_OUT = 2;
+    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;
+
+    /**
      * 澶х悊鐗囩璇锋眰
      * 0 澶х悊鐗囩鏃犺姹�
      * 1 澶х悊鐗囩杩涚墖璇锋眰

--
Gitblit v1.8.0