|
@@ -19,6 +19,9 @@ public class ReplacementInstrumentActivityQueryInfo extends QueryInfo {
|
|
|
@ApiModelProperty(value="是否有置换乐器")
|
|
|
private Boolean hasInstrumentsId;
|
|
|
|
|
|
+ @ApiModelProperty(value="合作单位名称或编号搜索")
|
|
|
+ private String cooperationOrganIdOrName;
|
|
|
+
|
|
|
public Integer getCooperationOrganId() {
|
|
|
return cooperationOrganId;
|
|
|
}
|
|
@@ -66,4 +69,12 @@ public class ReplacementInstrumentActivityQueryInfo extends QueryInfo {
|
|
|
public void setHasInstrumentsId(Boolean hasInstrumentsId) {
|
|
|
this.hasInstrumentsId = hasInstrumentsId;
|
|
|
}
|
|
|
+
|
|
|
+ public String getCooperationOrganIdOrName() {
|
|
|
+ return cooperationOrganIdOrName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCooperationOrganIdOrName(String cooperationOrganIdOrName) {
|
|
|
+ this.cooperationOrganIdOrName = cooperationOrganIdOrName;
|
|
|
+ }
|
|
|
}
|