- package com.xjrsoft.module.textbook.service;
- import com.github.yulichang.base.MPJBaseService;
- import com.xjrsoft.module.textbook.entity.SubjectGroupCourse;
- /**
- * @title: 学科组管理
- * @Author szs
- * @Date: 2023-12-25
- * @Version 1.0
- */
- public interface ISubjectGroupCourseService extends MPJBaseService<SubjectGroupCourse> {
- }
|