hsy
2026-08-28 a8e4132c3e2e9c3b3fcb0360901b35571b6464ea
src/main/java/com/ruoyi/device/pojo/DeviceRepair.java
@@ -34,8 +34,8 @@
    @Schema(description = "报修内容")
    private String remark;
    @Schema(description = "设备类目")
    @Schema(description = "设备项目")
    private String machineryCategory;
@@ -50,7 +50,28 @@
    @Schema(description = "维修结果")
    private String maintenanceResult;
    @Schema(description = "验收人")
    private String acceptanceName;
    @Schema(description = "验收时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private LocalDateTime acceptanceTime;
    @Schema(description = "验收备注")
    private String acceptanceRemark;
    @Schema(description = "报修类型(字典值)")
    private String repairType;
    @Schema(description = "原因分析")
    private String reasonAnalysis;
    @Schema(description = "处理措施")
    private String handlingMeasures;
    @Schema(description = "状态 0 待维修 1完结 2 失败")
    // 0:待维修 1:完结 2:失败 3:待验收
    private Integer status;
    @Schema(description = "创建时间")