指标字典功能调整

This commit is contained in:
2023-06-01 14:49:36 +08:00
parent 074a2ae28d
commit dc25ee0ec3
4 changed files with 6 additions and 7 deletions

View File

@@ -93,6 +93,8 @@ public enum CommonResponseEnum {
TIME_ERROR("A0101","时间格式有误"),
CLOSE_RESOURCE_ERROR("A0102","关闭资源有误"),
MATH_ERROR("A0103","比例总和大于100%"),
CS_DEVICE_RESPONSE_ENUM("A0104", "治理终端响应枚举类型"),
;