- package com.xjrsoft.module.student.service;
- import com.github.yulichang.base.MPJBaseService;
- import com.xjrsoft.module.student.entity.BasePunishmentStudentRelation;
- public interface IBasePunishStudentRelationService extends MPJBaseService<BasePunishmentStudentRelation> {
- }
|