完成后台的线上课-学员api接口

This commit is contained in:
none
2023-03-24 16:29:16 +08:00
parent a6b5eae000
commit 4514adb9d0
10 changed files with 230 additions and 8 deletions

View File

@@ -24,6 +24,7 @@ public class BPermissionConstant {
public final static String USER_DESTROY = "user-destroy";
public final static String COURSE = "course";
public final static String COURSE_USER = "course-user";
public final static String RESOURCE_DESTROY = "resource-destroy";