小班相关
This commit is contained in:
@@ -37,8 +37,12 @@ public interface ClassEntityService extends IService<ClassEntity> {
|
||||
|
||||
Object getClassInfo(Map<String ,Object> params);
|
||||
|
||||
List<ClassEntity> getClassNoUser();
|
||||
|
||||
List<ClassEntity> getClassByCourseIdNoUser(Map<String ,Object> params);
|
||||
|
||||
ClassEntity getClassByUser(Map<String, Object> params);
|
||||
|
||||
R joinClass(Map<String ,Object> params);
|
||||
|
||||
void quitClass(Map<String ,Object> params);
|
||||
|
||||
Reference in New Issue
Block a user