maven
2025-12-08 981d05f97e9eaf273ee82f847a365b63ed6eaed1
src/main/java/com/ruoyi/device/dto/DeviceMaintenanceDto.java
@@ -26,6 +26,9 @@
    private String deviceModel;
    @ApiModelProperty("计划保养日期")
    private String maintenancePlanTimeReq;
    @ApiModelProperty("计划保养日期")
    private LocalDateTime maintenancePlanTime;
    @ApiModelProperty("实际保养人")
@@ -34,6 +37,9 @@
    @ApiModelProperty("实际保养日期")
    private LocalDateTime maintenanceActuallyTime;
    @ApiModelProperty("实际保养日期")
    private String maintenanceActuallyTimeReq;
    @ApiModelProperty("保养结果 0 维修 1 完好")
    private Integer maintenanceResult;