教育训练处考试制证系统后端
“djh”
2025-02-05 727c30f11ede5b3c82ead6e09e5e077c0e7519f1
1
2
3
4
5
6
7
8
9
10
11
package com.gkhy.exam.coalmine.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.gkhy.exam.coalmine.entity.CmStaffExam;
import org.springframework.stereotype.Repository;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface CmStaffExamMapper extends BaseMapper<CmStaffExam> {
 
}