From f2833c7f3e01c997e94a66bd5dd9be738b5c6cc7 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 26 六月 2025 13:31:08 +0800
Subject: [PATCH] 波次任务下发功能优化

---
 rsf-server/src/main/java/com/vincent/rsf/server/system/constant/DictTypeCode.java |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/rsf-server/src/main/java/com/vincent/rsf/server/system/constant/DictTypeCode.java b/rsf-server/src/main/java/com/vincent/rsf/server/system/constant/DictTypeCode.java
index 34fb329..e7b98cb 100644
--- a/rsf-server/src/main/java/com/vincent/rsf/server/system/constant/DictTypeCode.java
+++ b/rsf-server/src/main/java/com/vincent/rsf/server/system/constant/DictTypeCode.java
@@ -49,4 +49,35 @@
      */
     public final static String DICT_INSPECT_RESULT = "sys_inspect_result";
 
+    /**
+     * ASN璁㈠崟鎵ц鐘舵��
+     */
+    public final static String DICT_ASN_EXCE_STATUS = "sys_asn_exce_status";
+
+    /**
+     * 浠撳簱搴撳尯绫诲瀷
+     */
+    public final static String SYS_WARE_AREAS_TYPE = "sys_ware_areas_type";
+
+    /**缁勬墭鎵ц鐘舵��*/
+    public final static String SYS_ORDER_IN_STATUS = "sys_order_in_status";
+
+    /**PO鍗曟墽琛岀姸鎬�*/
+    public final static String SYS_PO_EXCE_STATUS =  "sys_po_exce_status";
+
+    /**
+     *娉㈡绛栫暐绫诲瀷
+     */
+    public final static String SYS_WAVE_RULE_CODE =  "sys_wave_rule_code";
+
+    /**
+     * 娉㈡鏄庣粏涓嬪彂鎵ц鐘舵��
+     */
+    public final static String SYS_WAVE_ITEM_EXCE_STATUS =  "sys_wave_item_exce_status";
+
+
+    /**
+     * 娉㈡涓嬪彂鎵ц鐘舵��
+     */
+    public final static String SYS_WAVE_EXCE_STATUS =  "sys_wave_exce_status";
 }

--
Gitblit v1.9.1