冀北电网一张图,变电站、终端和监测点信息接口编写

This commit is contained in:
wr
2024-04-23 18:16:12 +08:00
parent 9492365d0d
commit 02e1b8d42a
37 changed files with 1412 additions and 26 deletions

View File

@@ -40,9 +40,19 @@ public class SubGetBase implements Serializable {
*/
private String orgName;
/**
* 是否上送国网是否是上送国网监测点,0-否 1-是
*/
private Integer isUpToGrid;
/**
* 所有子级监测点信息
*/
private List<String> unitChildrenList;
/**
* 所有子级国网监测点信息
*/
private List<String> gwUnitChildrenList;
}

View File

@@ -29,5 +29,7 @@ public class TerminalGetBase {
private String subName;
private String voltageLevel;
private Integer monitorFlag;
}
}