hsy
2026-08-28 a8e4132c3e2e9c3b3fcb0360901b35571b6464ea
src/main/java/com/ruoyi/device/pojo/DeviceMaintenance.java
@@ -61,6 +61,18 @@
    @Schema(description = "保养结果 0 维修 1 完好")
    private String maintenanceResult;
    @Schema(description = "保养类型")
    private String maintenanceType;
    @Schema(description = "工作内容描述")
    private String workContent;
    @Schema(description = "运行状况")
    private String runningStatus;
    @Schema(description = "实际执行人ID")
    private Long executorId;
    @Schema(description = "状态 0 待保养 1 完结 2 失败")
    private Integer status;