From 1724f77c35022b643c28dd3e5547679a5edc2d49 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期二, 17 三月 2026 14:17:26 +0800
Subject: [PATCH] Merge branch 'springboot3.5_cs' into spring3.5

---
 rsf-server/src/main/java/com/vincent/rsf/server/common/constant/Constants.java |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)

diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/common/constant/Constants.java b/rsf-server/src/main/java/com/vincent/rsf/server/common/constant/Constants.java
index 497c35f..8e69215 100644
--- a/rsf-server/src/main/java/com/vincent/rsf/server/common/constant/Constants.java
+++ b/rsf-server/src/main/java/com/vincent/rsf/server/common/constant/Constants.java
@@ -90,4 +90,51 @@
      */
     public static final String TOKEN_TYPE = "Bearer";
 
+    /**
+     * 搴撳瓨鍑哄簱
+     */
+    public static final String TASK_TYPE_OUT_STOCK = "outStock";
+
+    /**
+     * 瀹瑰櫒鍑哄簱
+     */
+    public static final String TASK_TYPE_OUT_STOCK_EMPTY = "empty";
+
+    /**
+     * 搴撳瓨鐩樼偣鍑哄簱
+     */
+    public static final String TASK_TYPE_OUT_CHECK = "check";
+
+    /**
+     * 鍗曟嵁鍑哄簱
+     */
+    public static final String TASK_TYPE_ORDER_OUT_STOCK = "OrderOutStock";
+
+    /**
+     * 娉㈡鍑哄簱
+     */
+    public static final String TASK_TYPE_WAVE_OUT_STOCK = "WaveOutStock";
+
+
+    /**
+     * 鎷f枡鍑哄簱
+     */
+    public static final String TASK_TYPE_OUT_PICK = "pick";
+
+    /**
+     * 鎺掑簭榛樿鍊�
+     */
+    public static final Integer TASK_SORT_DEFAULT_VALUE =  49;
+
+    /**
+     * 鎺掑簭鏈�澶у��
+     */
+    public static final Integer TASK_SORT_MAX_VALUE =  999;
+
+    /**
+     * 鎺掑簭鏈�灏忓��
+     */
+    public static final Integer TASK_SORT_MIN_VALUE =  0;
+
 }
+

--
Gitblit v1.9.1