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