kongzy
2024-10-12 2ceb5cc35cdbe61a738b2864db5411a4ddc5da50
1
2
3
4
5
6
7
8
9
10
11
package com.gkhy.exam.institutionalaccess.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.gkhy.exam.institutionalaccess.entity.ThSubjectType;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
 
@Repository
@Mapper
public interface ThSubjectTypeMapper extends BaseMapper<ThSubjectType> {
}