| | |
| | | package com.qxueyou.scc.admin.schoolRoll; |
| | | |
| | | import com.qxueyou.scc.admin.classes.model.ClsClass; |
| | | import com.qxueyou.scc.base.model.Result; |
| | | import com.qxueyou.scc.teach.student.model.StuStudent; |
| | | import io.swagger.models.auth.In; |
| | | |
| | |
| | | |
| | | int findSchoolRollListCount(String keyword,String status); |
| | | |
| | | String updateSchool(String StudentId,String ClassId); |
| | | Result updateSchool(String [] studentIds,String classId); |
| | | |
| | | void deriveStudentMessage(); |
| | | |
| | | Boolean auditStudent(String Student); |
| | | Result loopStudentIds(String[] studentIds); |
| | | |
| | | List<ClsClass> findClass(); |
| | | } |