From 8b1d6e1b442c1909bd747805bd1845b40caabe0c Mon Sep 17 00:00:00 2001 From: heheng <475597332@qq.com> Date: 星期四, 06 三月 2025 09:03:59 +0800 Subject: [PATCH] data --- hazmat-common/src/main/java/com/gkhy/hazmat/common/constant/Constant.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hazmat-common/src/main/java/com/gkhy/hazmat/common/constant/Constant.java b/hazmat-common/src/main/java/com/gkhy/hazmat/common/constant/Constant.java index 6ec4372..9e58de9 100644 --- a/hazmat-common/src/main/java/com/gkhy/hazmat/common/constant/Constant.java +++ b/hazmat-common/src/main/java/com/gkhy/hazmat/common/constant/Constant.java @@ -142,4 +142,6 @@ */ public static final String[] JOB_ERROR_STR = { "java.net.URL", "javax.naming.InitialContext", "org.yaml.snakeyaml", "org.springframework", "org.apache", "com.ruoyi.common.utils.file", "com.ruoyi.common.config" }; + + public static final String TABOO_UNIQUE_KEY = "TABOO_UNIQUE_KEY"; } -- Gitblit v1.9.2