| 1234567891011121314 |
- package com.xjrsoft.module.student.service.impl;
- import com.github.yulichang.base.MPJBaseServiceImpl;
- import com.xjrsoft.module.student.entity.BasePunishmentStudentHandle;
- import com.xjrsoft.module.student.mapper.BasePunishmentStudentHandleMapper;
- import com.xjrsoft.module.student.service.IBasePunishmentStudentHandleService;
- import lombok.AllArgsConstructor;
- import org.springframework.stereotype.Service;
- @Service
- @AllArgsConstructor
- public class BasePunishmentStudentHandleServiceImpl extends MPJBaseServiceImpl<BasePunishmentStudentHandleMapper, BasePunishmentStudentHandle> implements IBasePunishmentStudentHandleService {
- }
|