|
@@ -104,60 +104,4 @@ public class StudentLeaveCourseDto {
|
|
|
public void setLeaveVisitFlag(Integer leaveVisitFlag) {
|
|
|
this.leaveVisitFlag = leaveVisitFlag;
|
|
|
}
|
|
|
-
|
|
|
- public String getPhone() {
|
|
|
- return phone;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPhone(String phone) {
|
|
|
- this.phone = phone;
|
|
|
- }
|
|
|
-
|
|
|
- public Integer getOrganId() {
|
|
|
- return organId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setOrganId(Integer organId) {
|
|
|
- this.organId = organId;
|
|
|
- }
|
|
|
-
|
|
|
- public String getOrganName() {
|
|
|
- return organName;
|
|
|
- }
|
|
|
-
|
|
|
- public void setOrganName(String organName) {
|
|
|
- this.organName = organName;
|
|
|
- }
|
|
|
-
|
|
|
- public String getStudentName() {
|
|
|
- return studentName;
|
|
|
- }
|
|
|
-
|
|
|
- public void setStudentName(String studentName) {
|
|
|
- this.studentName = studentName;
|
|
|
- }
|
|
|
-
|
|
|
- public Integer getUserId() {
|
|
|
- return userId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setUserId(Integer userId) {
|
|
|
- this.userId = userId;
|
|
|
- }
|
|
|
-
|
|
|
- public Integer getTotalNum() {
|
|
|
- return totalNum;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTotalNum(Integer totalNum) {
|
|
|
- this.totalNum = totalNum;
|
|
|
- }
|
|
|
-
|
|
|
- public Integer getCurrentNum() {
|
|
|
- return currentNum;
|
|
|
- }
|
|
|
-
|
|
|
- public void setCurrentNum(Integer currentNum) {
|
|
|
- this.currentNum = currentNum;
|
|
|
- }
|
|
|
}
|