From 6732a988fe843cf59f12aae1460fc97fda5408dd Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 08 五月 2025 19:59:10 +0800
Subject: [PATCH] 新增asn单,修改asn单,添加动态字段修改功能

---
 rsf-server/src/main/java/com/vincent/rsf/server/system/constant/DictTypeCode.java |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 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 00d56d1..dedbb6d 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
@@ -20,8 +20,46 @@
     public final static String DICT_SYS_TASK_TYPE = "sys_task_type";
 
     /**
+     * 浠诲姟鐘舵��
+     */
+    public final static String DICT_SYS_TASK_STATUS = "sys_task_status";
+
+    /**
      * 璁惧绫诲瀷
      */
     public final static String DICT_SYS_DEVICE_TYPE = "sys_device_type";
 
+    /**
+     * 鍗曟嵁涓氬姟绫诲瀷DICT_SYS_TASK_TYPE
+     */
+    public final static String DICT_SYS_BUSINESS_TYPE = "sys_business_type";
+
+    /**
+     * 鍗曟嵁绫诲瀷
+     */
+    public final static String DICT_SYS_ORDER_TYPE = "sys_order_type";
+
+    /**
+     * 璐ㄦ鐘舵��
+     */
+    public final static String DICT_QLY_INSPECT_STATUS = "sys_qly_inspect_status";
+
+    /**
+     * 璐ㄦ缁撹
+     */
+    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";
+
 }

--
Gitblit v1.9.1