fuliqi
2025-02-12 2236321be028e7b14ae163a3f3a45c79e9fb4dc7
business/src/main/java/com/ycl/domain/query/ProjectInfoQuery.java
@@ -49,5 +49,11 @@
    private Date projectEndTime;
    //从有没有流程判断是存储还是早期
    private String reserveOrPrevious;
    private Integer role;// 业主:0,审核:1
    //查询条件业主单位
    private Long projectOwnerUnit;
    private Integer usedStatus;
    //查询条件主管部门
    private Long competentDepartment;
}