数据模板解析调整
This commit is contained in:
@@ -80,6 +80,13 @@ public enum TypeEnum {
|
||||
INSET("InSet","内部定值"),
|
||||
CTRL("Ctrl","控制"),
|
||||
|
||||
/**
|
||||
* 监测点位置信息
|
||||
*/
|
||||
GUID("guid","电网侧"),
|
||||
LOAD("load","负载侧"),
|
||||
|
||||
|
||||
;
|
||||
|
||||
private final String code;
|
||||
|
||||
Reference in New Issue
Block a user