合并暂降模块代码
This commit is contained in:
@@ -11,10 +11,12 @@ import lombok.Getter;
|
||||
public enum EventResponseEnum {
|
||||
|
||||
/**
|
||||
* 谐波模块异常响应码的范围:
|
||||
* 暂降模块异常响应码的范围:
|
||||
* A00650 ~ A00749
|
||||
*/
|
||||
HARMONIC_COMMON_ERROR("A00550","谐波模块异常")
|
||||
EVENT_COMMON_ERROR("A00650","暂降模块异常"),
|
||||
EVENT_NOT_FOUND("A00651","暂降事件或监测点不存在"),
|
||||
ANALYSEWAVE_NOT_FOUND("A00652","波形文件找不到")
|
||||
;
|
||||
|
||||
private final String code;
|
||||
|
||||
Reference in New Issue
Block a user