数据模板解析调整

This commit is contained in:
2023-09-12 15:50:24 +08:00
parent f91670786f
commit 1beaa4992f
13 changed files with 104 additions and 131 deletions

View File

@@ -80,6 +80,13 @@ public enum TypeEnum {
INSET("InSet","内部定值"),
CTRL("Ctrl","控制"),
/**
* 监测点位置信息
*/
GUID("guid","电网侧"),
LOAD("load","负载侧"),
;
private final String code;