|
@@ -22,6 +22,17 @@ public class ReplacementInstrumentActivityQueryInfo extends QueryInfo {
|
|
@ApiModelProperty(value="合作单位名称或编号搜索")
|
|
@ApiModelProperty(value="合作单位名称或编号搜索")
|
|
private String cooperationOrganIdOrName;
|
|
private String cooperationOrganIdOrName;
|
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "缴费状态 0-未缴费 1-缴费中 2-已缴费")
|
|
|
|
+ private Integer payStatus;
|
|
|
|
+
|
|
|
|
+ public Integer getPayStatus() {
|
|
|
|
+ return payStatus;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setPayStatus(Integer payStatus) {
|
|
|
|
+ this.payStatus = payStatus;
|
|
|
|
+ }
|
|
|
|
+
|
|
public Integer getCooperationOrganId() {
|
|
public Integer getCooperationOrganId() {
|
|
return cooperationOrganId;
|
|
return cooperationOrganId;
|
|
}
|
|
}
|