1.冀北分布式光伏代码提交

2.审计日志管理代码提交修改
3.暂降推送日志,筛选添加
This commit is contained in:
wr
2023-05-26 08:52:00 +08:00
parent 376aab019d
commit c7e063a6ae
29 changed files with 434 additions and 219 deletions

View File

@@ -25,15 +25,6 @@ public class PmsStatationStatInfoDTO implements Serializable {
*/
private String orgName;
/**
* 母线id
*/
private String generatrixId;
/**
* 母线名称
*/
private String generatrixName;
/**
* 监测点id

View File

@@ -79,11 +79,11 @@ public class SubstationExpend implements Serializable {
private List<PmsSimpleDTO> sites;
// public SubstationExpend(String name, String type, BigDecimal lng, BigDecimal lat, String deptId) {
// this.name = name;
// this.type = type;
// this.lng = lng;
// this.lat = lat;
// this.deptId = deptId;
// }
public SubstationExpend(String name, String type, BigDecimal lng, BigDecimal lat, String deptId) {
this.name = name;
this.type = type;
this.lng = lng;
this.lat = lat;
this.deptId = deptId;
}
}