refactor(rocketmq): 1

This commit is contained in:
2025-08-27 15:46:17 +08:00
parent c2c1818ba6
commit 78d97e14ee
2 changed files with 4 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ public interface RocketMqConstants {
String TOPIC = "SmartParks";
// mq GROUP
String GROUP = "Meter-Group";
String METER_GROUP = "METER_GROUP";
/*-----------------------------------消息tag------------------------------------*/
String METER_RECORD = "METER_RECORD_TAG";