用户开课管理
This commit is contained in:
@@ -47,6 +47,8 @@ public interface ClassEntityService extends IService<ClassEntity> {
|
||||
|
||||
ClassEntity getClassByUser(Map<String, Object> params);
|
||||
|
||||
R getUserCourseBuy(Map<String ,Object> params);
|
||||
|
||||
R joinClass(Map<String ,Object> params);
|
||||
|
||||
void quitClass(Map<String ,Object> params);
|
||||
|
||||
Reference in New Issue
Block a user