|
@@ -26,16 +26,16 @@ public class PracticeGroupQueryInfo extends QueryInfo {
|
|
|
|
|
|
private Boolean hasEducationalTeacherId;
|
|
|
|
|
|
- private Boolean firstOrRenew;
|
|
|
+ private Integer type;
|
|
|
|
|
|
private boolean isExport = false;
|
|
|
|
|
|
- public Boolean getFirstOrRenew() {
|
|
|
- return firstOrRenew;
|
|
|
+ public Integer getType() {
|
|
|
+ return type;
|
|
|
}
|
|
|
|
|
|
- public void setFirstOrRenew(Boolean firstOrRenew) {
|
|
|
- this.firstOrRenew = firstOrRenew;
|
|
|
+ public void setType(Integer type) {
|
|
|
+ this.type = type;
|
|
|
}
|
|
|
|
|
|
public Boolean getHasEducationalTeacherId() {
|