心灵空间

This commit is contained in:
wuchunlei
2025-02-07 17:10:49 +08:00
parent d8e7c90c01
commit 26d08a5f8b
28 changed files with 1027 additions and 3 deletions

View File

@@ -23,6 +23,10 @@ public interface CourseService extends IService<CourseEntity> {
Page getCourseListCanMedical(ParamTo param);
List<CourseEntity> getCourseListForPsyche(int medicalId);
Page getCourseListCanPsyche(ParamTo param);
void testCourse();
List<CourseEntity> courseAndChildrenList(Map<String, Object> params);