|
@@ -145,12 +145,18 @@ public class LargeBuildingControl {
|
|
*/
|
|
*/
|
|
private String abnormalPointFour;
|
|
private String abnormalPointFour;
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 光伏发电
|
|
|
|
+ */
|
|
|
|
+ private String photovoltaicPower;
|
|
|
|
+
|
|
|
|
|
|
public LargeBuildingControl() {
|
|
public LargeBuildingControl() {
|
|
}
|
|
}
|
|
|
|
|
|
- public LargeBuildingControl(String weekElectricity, String roomElectricity, String todayElectricity, String monthElectricityOne, String monthElectricityTwo, String monthElectricityThree, String roomLoadOne, String roomLoadTwo, String roomLoadThree, String warnDevice, Long waterControlNormalNum, Long waterControlAbnormalNum, String warnEventStatistics, String waterStateOne, String waterStateTwo) {
|
|
|
|
|
|
+ public LargeBuildingControl(String weekElectricity, String controlElevator, String roomElectricity, String todayElectricity, String monthElectricityOne, String monthElectricityTwo, String monthElectricityThree, String roomLoadOne, String roomLoadTwo, String roomLoadThree, String warnDevice, Long waterControlNormalNum, Long waterControlAbnormalNum, String warnEventStatistics, String waterStateOne, String waterStateTwo, String photovoltaicPower) {
|
|
this.weekElectricity = weekElectricity;
|
|
this.weekElectricity = weekElectricity;
|
|
|
|
+ this.controlElevator = controlElevator;
|
|
this.roomElectricity = roomElectricity;
|
|
this.roomElectricity = roomElectricity;
|
|
this.todayElectricity = todayElectricity;
|
|
this.todayElectricity = todayElectricity;
|
|
this.monthElectricityOne = monthElectricityOne;
|
|
this.monthElectricityOne = monthElectricityOne;
|
|
@@ -165,5 +171,6 @@ public class LargeBuildingControl {
|
|
this.warnEventStatistics = warnEventStatistics;
|
|
this.warnEventStatistics = warnEventStatistics;
|
|
this.waterStateOne = waterStateOne;
|
|
this.waterStateOne = waterStateOne;
|
|
this.waterStateTwo = waterStateTwo;
|
|
this.waterStateTwo = waterStateTwo;
|
|
|
|
+ this.photovoltaicPower = photovoltaicPower;
|
|
}
|
|
}
|
|
}
|
|
}
|