手快了少传一个文件)
This commit is contained in:
parent
a196deecb9
commit
32e33493e6
|
|
@ -11,6 +11,8 @@ public interface ClassstudentsDaoI extends BaseDaoI<Classstudents> {
|
|||
|
||||
public boolean findClassStudentByUserId(int userId, int classId); // 查看该同学是否已在该课程中
|
||||
|
||||
boolean findClassInviteCode(String inviteCode);
|
||||
|
||||
public int getClassStudentsNum(int classId); // 获取班级的学生人数
|
||||
|
||||
public List<Classstudents> getClassStudentsByExamId(int examId, boolean history); // 获取考试的学生
|
||||
|
|
|
|||
Loading…
Reference in New Issue