- package com.xjrsoft.module.student.service;
- import com.github.yulichang.base.MPJBaseService;
- import com.xjrsoft.module.student.entity.PbSemesterConfig;
- /**
- * @title: 攀宝学期对应
- * @Author zsz
- * @Date: 2024-03-18
- * @Version 1.0
- */
- public interface IPbSemesterConfigService extends MPJBaseService<PbSemesterConfig> {
- }
|