9 天以前 f0efc10af370936b4db47b8428eb1ca4686431f9
src/main/java/com/ruoyi/inspectiontask/pojo/InspectionTask.java
@@ -30,6 +30,10 @@
    @Excel(name = "巡检任务名称")
    private String taskName;
    @Schema(description = "巡检项目")
    @Excel(name = "巡检项目")
    private String inspectionProject;
    @Schema(description = "设备id")
    private Integer taskId;
@@ -43,6 +47,22 @@
    @Schema(description = "任务附加说明或特殊情况记录")
    @Excel(name = "备注")
    private String remarks;
    @Schema(description = "巡检结果 0 异常 1 正常")
    private String inspectionResult;
    @Schema(description = "异常描述")
    private String abnormalDescription;
    @Schema(description = "关联维修单ID")
    private Long deviceRepairId;
    @Schema(description = "验收人ID")
    private Long acceptanceUserId;
    @Schema(description = "验收人")
    @Excel(name = "验收人")
    private String acceptanceName;
    @Schema(description = "任务登记人ID")
    private Long registrantId;
@@ -62,6 +82,9 @@
    @Schema(description = "巡检地点详细描述")
    private String inspectionLocation;
    @Schema(description = "状态 0=待巡检, 1=已完成")
    private Integer status;
    @Schema(description = "软删除标志,0=未删除,1=已删除")
    private Integer deleted;