|
|
@@ -135,6 +135,9 @@ public class ProjectListReq extends PagePo { |
|
|
|
@ApiModelProperty("tab状态") |
|
|
|
private Integer tabStatus; |
|
|
|
|
|
|
|
@ApiModelProperty("不包含的状态") |
|
|
|
private List<Integer> notInStatusList; |
|
|
|
|
|
|
|
public Long clearBuildOrgCode() { |
|
|
|
String tmpBuildOrgCode = this.getBuildOrgCode(); |
|
|
|
if (StrUtil.isNotBlank(tmpBuildOrgCode)) { |
|
|
|