|
|
@@ -92,8 +92,8 @@ public class IotRyDailyReportRespVO {
|
|
|
@Schema(description = "当月用电量(kWh)")
|
|
|
private BigDecimal monthlyPowerUsage;
|
|
|
|
|
|
- @Schema(description = "当日油耗(吨)")
|
|
|
- @ExcelProperty("当日油耗(吨)")
|
|
|
+ @Schema(description = "当日油耗(升)")
|
|
|
+ @ExcelProperty("当日油耗(升)")
|
|
|
private BigDecimal dailyFuel;
|
|
|
|
|
|
@Schema(description = "当月油耗(吨)")
|