21 小时以前 bfcc71f500625a26886b43c43a8fdf2ea1152844
src/main/java/com/ruoyi/device/execl/DeviceMaintenanceExeclDto.java
@@ -21,6 +21,10 @@
    @Schema(description = "规格型号")
    private String deviceModel;
    @Schema(description = "项目")
    @Excel(name = "项目")
    private String machineryCategory;
    @Excel(name = "计划保养日期", dateFormat = "yyyy-MM-dd HH:mm:ss", width = 30)
    @Schema(description = "计划保养日期")
    private Date maintenancePlanTime;
@@ -37,6 +41,10 @@
    @Excel(name = "保养结果")
    private String maintenanceResult;
    @Schema(description = "保养内容")
    @Excel(name = "保养内容")
    private String maintenanceContent;
    @Schema(description = "状态 0 待保养 1 完结 2 失败")
    @Excel(name = "状态")
    private String status;