调度任务
This commit is contained in:
@@ -25,6 +25,8 @@ public enum ServerEnum {
|
||||
USER("user-boot", "用户服务模块"),
|
||||
ENERGY("energy-boot", "用能服务模块"),
|
||||
QUALITY("quality-boot", "电能质量服务模块"),
|
||||
EVENT_PREPARE("event-prepare","暂态模块预处理"),
|
||||
HARMONIC_PREPARE("harmonic-prepare","谐波模块预处理"),
|
||||
COMMON("pqs-common", "通用服务模块");
|
||||
|
||||
private final String name;
|
||||
|
||||
Reference in New Issue
Block a user