添加了轮播图

This commit is contained in:
2025-08-15 08:18:57 +08:00
parent 1ad79f600d
commit 6e31701403
3 changed files with 187 additions and 3 deletions

View File

@ -59,7 +59,12 @@ public interface UserConstant {
String STAFF_ROLE = "staff";
/**
* 申请
* 员工申请
*/
String APPLY_NOTICE_KEY = "applyNotice";
/**
* 课程购买须知
*/
String COURSE_DESC_KEY = "courseDesc";
}