ISubjectGroupCourseService.java 337 B

1234567891011121314
  1. package com.xjrsoft.module.textbook.service;
  2. import com.github.yulichang.base.MPJBaseService;
  3. import com.xjrsoft.module.textbook.entity.SubjectGroupCourse;
  4. /**
  5. * @title: 学科组管理
  6. * @Author szs
  7. * @Date: 2023-12-25
  8. * @Version 1.0
  9. */
  10. public interface ISubjectGroupCourseService extends MPJBaseService<SubjectGroupCourse> {
  11. }