|
@@ -2,6 +2,7 @@ package com.ym.mec.biz.dal.page;
|
|
|
|
|
|
|
|
|
import com.ym.mec.common.page.QueryInfo;
|
|
|
+import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
|
public class ReplacementInstrumentActivityQueryInfo extends QueryInfo {
|
|
|
|
|
@@ -15,7 +16,8 @@ public class ReplacementInstrumentActivityQueryInfo extends QueryInfo {
|
|
|
|
|
|
private String specification;
|
|
|
|
|
|
- private Boolean hasInstruments;
|
|
|
+ @ApiModelProperty(value="是否有置换乐器")
|
|
|
+ private Boolean hasInstrumentsId;
|
|
|
|
|
|
public Integer getCooperationOrganId() {
|
|
|
return cooperationOrganId;
|
|
@@ -57,11 +59,11 @@ public class ReplacementInstrumentActivityQueryInfo extends QueryInfo {
|
|
|
this.specification = specification;
|
|
|
}
|
|
|
|
|
|
- public Boolean getHasInstruments() {
|
|
|
- return hasInstruments;
|
|
|
+ public Boolean getHasInstrumentsId() {
|
|
|
+ return hasInstrumentsId;
|
|
|
}
|
|
|
|
|
|
- public void setHasInstruments(Boolean hasInstruments) {
|
|
|
- this.hasInstruments = hasInstruments;
|
|
|
+ public void setHasInstrumentsId(Boolean hasInstrumentsId) {
|
|
|
+ this.hasInstrumentsId = hasInstrumentsId;
|
|
|
}
|
|
|
}
|