|
|
@@ -21,6 +21,9 @@ import java.time.LocalDateTime; |
|
|
|
@EqualsAndHashCode(callSuper = true) |
|
|
|
public class PurchaseAdaptionListReq extends PagePo { |
|
|
|
|
|
|
|
@ApiModelProperty("项目年份") |
|
|
|
private Integer projectYear; |
|
|
|
|
|
|
|
private String bidName; |
|
|
|
|
|
|
|
@ApiModelProperty("建设单位") |
|
|
@@ -46,7 +49,8 @@ public class PurchaseAdaptionListReq extends PagePo { |
|
|
|
public boolean hasProjectQuery() { |
|
|
|
return StrUtil.isNotBlank(this.buildOrgName) |
|
|
|
|| StrUtil.isNotBlank(this.projectName) |
|
|
|
|| this.buildOrgCode != null; |
|
|
|
|| this.buildOrgCode != null |
|
|
|
|| this.projectYear != null; |
|
|
|
} |
|
|
|
|
|
|
|
} |