nickchange
2023-11-14 a1d261d6c92c38d9e496e11d1bc224ecc1d34798
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.dsh.course.mapper;
 
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dsh.guns.modular.system.model.TStudent;
 
/**
 * <p>
 * 学员信息 Mapper 接口
 * </p>
 *
 * @author stylefeng
 * @since 2023-09-12
 */
public interface TStudentMapper extends BaseMapper<TStudent> {
 
}