xiangpei
2025-02-24 0912a30a9687ae8526a42f6453c2679039398532
business/src/main/java/com/ycl/domain/query/ProjectInfoQuery.java
@@ -58,5 +58,8 @@
    private Integer usedStatus;
    //查询条件主管部门
    private Long competentDepartment;
    @ApiModelProperty("是否是异常项目查询:0 不是  1是")
    private Integer exe;
}