IBasePunishmentStudentHandleService.java 274 B

1234567
  1. package com.xjrsoft.module.student.service;
  2. import com.github.yulichang.base.MPJBaseService;
  3. import com.xjrsoft.module.student.entity.BasePunishmentStudentHandle;
  4. public interface IBasePunishmentStudentHandleService extends MPJBaseService<BasePunishmentStudentHandle> {
  5. }