1.新增字典功能

2.RocketMQ新增治理消息模板
This commit is contained in:
2023-08-14 21:04:49 +08:00
parent a6271b9c13
commit a0e1bb0225
14 changed files with 239 additions and 9 deletions

View File

@@ -151,4 +151,9 @@ public interface InfluxDBTableConstant {
*/
String END_TIME = " 23:59:59";
/**
* 数据是否异常
*/
String IS_ABNORMAL = "is_abnormal";
}