系统枚举
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -27,7 +27,20 @@ public enum SystemResponseEnum {
|
|||||||
DEV_TYPE_EMPTY("A00357","查询字典设备类型数据为空"),
|
DEV_TYPE_EMPTY("A00357","查询字典设备类型数据为空"),
|
||||||
MANUFACTURER("A00358","查询字典终端厂家数据为空"),
|
MANUFACTURER("A00358","查询字典终端厂家数据为空"),
|
||||||
DEV_VARIETY("A00359","查询字典终端类型数据为空"),
|
DEV_VARIETY("A00359","查询字典终端类型数据为空"),
|
||||||
|
|
||||||
|
/*pms*/
|
||||||
LINE_TYPE_VARIETY_EMPTY("A00360","查询字典监测点类型数据为空"),
|
LINE_TYPE_VARIETY_EMPTY("A00360","查询字典监测点类型数据为空"),
|
||||||
|
LINE_STATE_EMPTY("A00361","查询字典监测点状态为空"),
|
||||||
|
LINE_TYPE_EMPTY("A00362","查询字典监测点类型状态为空"),
|
||||||
|
POTENTIAL_TYPE_EMPTY("A00363","查询字典电压互感器类型为空"),
|
||||||
|
Neutral_Mode_EMPTY("A00364","查询字典中性点接地方式为空"),
|
||||||
|
MONITOR_TAG_EMPTY("A00365","查询字典监测点标签类型为空"),
|
||||||
|
MONITORY_TYPE_EMPTY("A00366","查询字典监测对象类型为空"),
|
||||||
|
TERMINAL_WIRING_EMPTY("A00367","查询字典监测终端接线方式为空"),
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
EVENT_REPORT_REPEAT("A00361","暂态报告模板重复"),
|
EVENT_REPORT_REPEAT("A00361","暂态报告模板重复"),
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ import java.util.Objects;
|
|||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/reportDict")
|
@RequestMapping("/reportDict")
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
@Api(tags = "字典数据管理")
|
@Api(tags = "暂态报告模板管理")
|
||||||
public class EventDictController extends BaseController {
|
public class EventDictController extends BaseController {
|
||||||
|
|
||||||
private final IEventDictService iEventDictService;
|
private final IEventDictService iEventDictService;
|
||||||
|
|||||||
Reference in New Issue
Block a user