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; }