From c2fccb01b972176dc3da5a497b5e904025e9e98d Mon Sep 17 00:00:00 2001
From: bsw215583320 <baoshiwei121@163.com>
Date: 星期二, 16 四月 2024 15:06:51 +0800
Subject: [PATCH] Merge branch 'master' of http://210.22.126.130:1111/r/dry/herb

---
 jeecg-module-dry/jeecg-module-dry-api/src/main/java/org/jeecg/modules/dry/common/CommonDict.java |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/jeecg-module-dry/jeecg-module-dry-api/src/main/java/org/jeecg/modules/dry/common/CommonDict.java b/jeecg-module-dry/jeecg-module-dry-api/src/main/java/org/jeecg/modules/dry/common/CommonDict.java
new file mode 100644
index 0000000..27ba9f7
--- /dev/null
+++ b/jeecg-module-dry/jeecg-module-dry-api/src/main/java/org/jeecg/modules/dry/common/CommonDict.java
@@ -0,0 +1,22 @@
+package org.jeecg.modules.dry.common;
+
+import java.util.HashMap;
+import java.util.Map;
+
+public class CommonDict {
+
+    /**
+     * 鏁呴殰瀛楀吀
+     */
+    public static Map<String, String> faultDict = new HashMap<>();
+
+    /**
+     * 鎶ヨ瀛楀吀
+     */
+    public static Map<String, String> waringDict = new HashMap<>();
+
+    /**
+     * 鐘舵�佸瓧鍏�
+     */
+    public static Map<String, String> statusDict = new HashMap<>();
+}

--
Gitblit v1.9.3