From 568e38a95cb6fb20fe16b53d17f610aefc6f744f Mon Sep 17 00:00:00 2001 From: rk <94314517@qq.com> Date: 星期四, 09 十月 2025 18:29:29 +0800 Subject: [PATCH] 钉钉通知 与钥匙柜开发 --- server/system_service/src/main/java/com/doumee/core/utils/Constants.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/server/system_service/src/main/java/com/doumee/core/utils/Constants.java b/server/system_service/src/main/java/com/doumee/core/utils/Constants.java index 403a564..e83550f 100644 --- a/server/system_service/src/main/java/com/doumee/core/utils/Constants.java +++ b/server/system_service/src/main/java/com/doumee/core/utils/Constants.java @@ -521,6 +521,7 @@ public static final String IMPORTING_CARS ="IMPORTING_CARS"; public static final String CHECKING_JKCUSTOMER_LOCATION ="CHECKING_JKCUSTOMER_LOCATION"; public static final String IMPORTING_JKCUSTOMER ="IMPORTING_JKCUSTOMER"; + public static final String IMPORTING_JKORDERS ="IMPORTING_JKORDERS"; public static final String IMPORTING_JKLINE ="IMPORTING_JKLINE"; public static final String IMPORTING_MEMBER ="IMPORTING_MEMBER"; public static final String BIGSCREEN_UUID ="BIGSCREEN_UUID"; -- Gitblit v1.9.3