|
@@ -30,6 +30,12 @@ public class LargeBuildingControl {
|
|
private String weekElectricity;
|
|
private String weekElectricity;
|
|
|
|
|
|
/**
|
|
/**
|
|
|
|
+ * 近一周电梯能量回收的总值json
|
|
|
|
+ */
|
|
|
|
+
|
|
|
|
+ private String controlElevator;
|
|
|
|
+
|
|
|
|
+ /**
|
|
* 机房总用电量二级分类json(楼宇本周用电量)
|
|
* 机房总用电量二级分类json(楼宇本周用电量)
|
|
*/
|
|
*/
|
|
|
|
|
|
@@ -143,8 +149,9 @@ public class LargeBuildingControl {
|
|
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) {
|
|
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;
|