|
@@ -9,17 +9,109 @@ public class StudentVipPracticeExportDto{
|
|
|
|
|
|
private Integer vipNotStartNum;
|
|
|
|
|
|
- private String vipTeacherIds;
|
|
|
+ private String vipOverTeacherIds;
|
|
|
|
|
|
- private String vipTeacherNames;
|
|
|
+ private String vipOverTeacherNames;
|
|
|
+
|
|
|
+ private String vipNotStartTeacherIds;
|
|
|
+
|
|
|
+ private String vipNotStartTeacherNames;
|
|
|
|
|
|
private Integer practiceOverNum;
|
|
|
|
|
|
private Integer practiceNotStartNum;
|
|
|
|
|
|
- private String practiceTeacherIds;
|
|
|
+ private String practiceOverTeacherIds;
|
|
|
+
|
|
|
+ private String practiceOverTeacherNames;
|
|
|
+
|
|
|
+ private String practiceNotStartTeacherIds;
|
|
|
+
|
|
|
+ private String practiceNotStartTeacherNames;
|
|
|
+
|
|
|
+ private Integer teacherId;
|
|
|
+
|
|
|
+ private String teacherName;
|
|
|
+
|
|
|
+ public String getVipOverTeacherIds() {
|
|
|
+ return vipOverTeacherIds;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setVipOverTeacherIds(String vipOverTeacherIds) {
|
|
|
+ this.vipOverTeacherIds = vipOverTeacherIds;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getVipOverTeacherNames() {
|
|
|
+ return vipOverTeacherNames;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setVipOverTeacherNames(String vipOverTeacherNames) {
|
|
|
+ this.vipOverTeacherNames = vipOverTeacherNames;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getVipNotStartTeacherIds() {
|
|
|
+ return vipNotStartTeacherIds;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setVipNotStartTeacherIds(String vipNotStartTeacherIds) {
|
|
|
+ this.vipNotStartTeacherIds = vipNotStartTeacherIds;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getVipNotStartTeacherNames() {
|
|
|
+ return vipNotStartTeacherNames;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setVipNotStartTeacherNames(String vipNotStartTeacherNames) {
|
|
|
+ this.vipNotStartTeacherNames = vipNotStartTeacherNames;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPracticeOverTeacherIds() {
|
|
|
+ return practiceOverTeacherIds;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPracticeOverTeacherIds(String practiceOverTeacherIds) {
|
|
|
+ this.practiceOverTeacherIds = practiceOverTeacherIds;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPracticeOverTeacherNames() {
|
|
|
+ return practiceOverTeacherNames;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPracticeOverTeacherNames(String practiceOverTeacherNames) {
|
|
|
+ this.practiceOverTeacherNames = practiceOverTeacherNames;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPracticeNotStartTeacherIds() {
|
|
|
+ return practiceNotStartTeacherIds;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPracticeNotStartTeacherIds(String practiceNotStartTeacherIds) {
|
|
|
+ this.practiceNotStartTeacherIds = practiceNotStartTeacherIds;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPracticeNotStartTeacherNames() {
|
|
|
+ return practiceNotStartTeacherNames;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPracticeNotStartTeacherNames(String practiceNotStartTeacherNames) {
|
|
|
+ this.practiceNotStartTeacherNames = practiceNotStartTeacherNames;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Integer getTeacherId() {
|
|
|
+ return teacherId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setTeacherId(Integer teacherId) {
|
|
|
+ this.teacherId = teacherId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getTeacherName() {
|
|
|
+ return teacherName;
|
|
|
+ }
|
|
|
|
|
|
- private String practiceTeacherNames;
|
|
|
+ public void setTeacherName(String teacherName) {
|
|
|
+ this.teacherName = teacherName;
|
|
|
+ }
|
|
|
|
|
|
public Integer getUserId() {
|
|
|
return userId;
|
|
@@ -53,22 +145,6 @@ public class StudentVipPracticeExportDto{
|
|
|
this.vipNotStartNum = vipNotStartNum;
|
|
|
}
|
|
|
|
|
|
- public String getVipTeacherIds() {
|
|
|
- return vipTeacherIds;
|
|
|
- }
|
|
|
-
|
|
|
- public void setVipTeacherIds(String vipTeacherIds) {
|
|
|
- this.vipTeacherIds = vipTeacherIds;
|
|
|
- }
|
|
|
-
|
|
|
- public String getVipTeacherNames() {
|
|
|
- return vipTeacherNames;
|
|
|
- }
|
|
|
-
|
|
|
- public void setVipTeacherNames(String vipTeacherNames) {
|
|
|
- this.vipTeacherNames = vipTeacherNames;
|
|
|
- }
|
|
|
-
|
|
|
public Integer getPracticeOverNum() {
|
|
|
return practiceOverNum;
|
|
|
}
|
|
@@ -84,20 +160,4 @@ public class StudentVipPracticeExportDto{
|
|
|
public void setPracticeNotStartNum(Integer practiceNotStartNum) {
|
|
|
this.practiceNotStartNum = practiceNotStartNum;
|
|
|
}
|
|
|
-
|
|
|
- public String getPracticeTeacherIds() {
|
|
|
- return practiceTeacherIds;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPracticeTeacherIds(String practiceTeacherIds) {
|
|
|
- this.practiceTeacherIds = practiceTeacherIds;
|
|
|
- }
|
|
|
-
|
|
|
- public String getPracticeTeacherNames() {
|
|
|
- return practiceTeacherNames;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPracticeTeacherNames(String practiceTeacherNames) {
|
|
|
- this.practiceTeacherNames = practiceTeacherNames;
|
|
|
- }
|
|
|
}
|