zss
2026-09-02 e0dac06def1d44fe28f9ca967725c01e4363b56c
src/main/java/com/ruoyi/inspectiontask/pojo/InspectionTask.java
@@ -113,4 +113,7 @@
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
    @Schema(description = "状态 0=待巡检, 1=已完成")
    private Integer status;
}