From 7c585586e9bea943161676bd9d127e81123891c3 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期三, 11 十二月 2024 11:01:35 +0800 Subject: [PATCH] Merge branch 'refs/heads/master' into herb --- jeecg-boot-base-core/src/main/java/org/jeecg/common/constant/CommonConstant.java | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/jeecg-boot-base-core/src/main/java/org/jeecg/common/constant/CommonConstant.java b/jeecg-boot-base-core/src/main/java/org/jeecg/common/constant/CommonConstant.java old mode 100644 new mode 100755 index 684e5db..4958f11 --- a/jeecg-boot-base-core/src/main/java/org/jeecg/common/constant/CommonConstant.java +++ b/jeecg-boot-base-core/src/main/java/org/jeecg/common/constant/CommonConstant.java @@ -35,6 +35,10 @@ * 绯荤粺鏃ュ織绫诲瀷锛� 鎿嶄綔 */ int LOG_TYPE_2 = 2; + /** + * MQTT鏃ュ織 + */ + int LOG_TYPE_MQTT = 100; /** * 鎿嶄綔鏃ュ織绫诲瀷锛� 鏌ヨ @@ -65,7 +69,16 @@ * 鎿嶄綔鏃ュ織绫诲瀷锛� 瀵煎嚭 */ int OPERATE_TYPE_6 = 6; - + + + /** + * MQTT鏃ュ織 + * 100-璁㈤槄 + * 200-鍙戝竷 + */ + int OPERATE_MQTT_1 = 100; + int OPERATE_MQTT_2 = 200; + /** {@code 500 Server Error} (HTTP/1.0 - RFC 1945) */ Integer SC_INTERNAL_SERVER_ERROR_500 = 500; -- Gitblit v1.9.3