@@ -180,4 +180,7 @@ public class IotRdDailyReportSaveReqVO {
@Schema(description = "车辆油耗")
private List<IotDailyReportFuelSaveReqVO> reportFuels;
+
+ @Schema(description = "非生产时间标识 Y 修改非生产时间后不再审批")
+ private String nonProduct;
}