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