1.冀北分布式光伏代码提交
2.审计日志管理代码提交修改 3.暂降推送日志,筛选添加
This commit is contained in:
@@ -25,15 +25,6 @@ public class PmsStatationStatInfoDTO implements Serializable {
|
||||
*/
|
||||
private String orgName;
|
||||
|
||||
/**
|
||||
* 母线id
|
||||
*/
|
||||
private String generatrixId;
|
||||
|
||||
/**
|
||||
* 母线名称
|
||||
*/
|
||||
private String generatrixName;
|
||||
|
||||
/**
|
||||
* 监测点id
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user