|
@@ -57,6 +57,10 @@ public class IotRhDailyReportRespVO {
|
|
|
@ExcelProperty("当日注水时间(H)")
|
|
|
private BigDecimal dailyInjectWaterTime;
|
|
|
|
|
|
+ @Schema(description = "当日用电量(kWh)")
|
|
|
+ @ExcelProperty("当日用电量(kWh)")
|
|
|
+ private BigDecimal dailyPowerUsage;
|
|
|
+
|
|
|
@Schema(description = "非生产时间(H)")
|
|
|
@ExcelProperty("非生产时间(H)")
|
|
|
private BigDecimal nonProductionTime;
|