yaowanxin
2025-09-23 c6c1bb0b049a3f9bde1761ab0fbf07c22ccd540a
src/main/java/com/ruoyi/device/pojo/DeviceMaintenance.java
@@ -22,6 +22,11 @@
    @ApiModelProperty("设备台账id")
    private Long deviceLedgerId;
    private String deviceName;
    private String deviceModel;
    @ApiModelProperty("计划保养日期")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")