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