冀北电网一张图,变电站、终端和监测点信息接口编写
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
@@ -29,5 +29,7 @@ public class TerminalGetBase {
|
||||
private String subName;
|
||||
|
||||
private String voltageLevel;
|
||||
|
||||
private Integer monitorFlag;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user