zss
2026-08-31 958350947524cb8d331964964ffd912d25e6bec9
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;
}