maven
2026-02-02 f4cbbc97d350b527b7e83a0413870f207a4d4b14
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;