代码调整

This commit is contained in:
2025-08-14 09:40:04 +08:00
parent c9fb9db0c0
commit db992ec790
5 changed files with 312 additions and 110 deletions

View File

@@ -13,6 +13,8 @@ public enum DetectionResponseEnum {
* A02000 ~ A02
*/
DEV_TYPE_NAME_REPEAT("A02000", "设备类型名称重复"),
RATED_CT_ERROR("A02001", "解析监测点的额定电流失败"),
RATED_PT_ERROR("A02001", "解析监测点的额定电压失败"),
SOURCE_BOUND_NOT_DELETE("A02001", "源已被计划所绑定,无法删除!"),
SCRIPT_BOUND_NOT_DELETE("A02003", "脚本已被计划所绑定,无法删除!"),
RAW_DATA_NOT_EXIST("A02004", "原始数据不存在"),