IBasePunishStudentRelationService.java 277 B

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