yuan
4 天以前 40999c6ccb0ac443bf458a3e199d1c848aa85ff3
src/main/java/com/ruoyi/inspectiontask/pojo/InspectionTask.java
@@ -116,4 +116,7 @@
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
    @Schema(description = "状态 0=待巡检, 1=已完成")
    private Integer status;
}