仪表盘
版本库
文件存储
活动
搜索
登录
main
/
center-lims-after-ruoyi
检测中心LIMS新后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
人员调整
zss
2025-03-12
3fe5c98e281878451e2e943a393140aa6bfdb996
[center-lims-after-ruoyi.git]
/
cnas-personnel
/
src
/
main
/
java
/
com
/
ruoyi
/
personnel
/
mapper
/
AnnexMapper.java
1
2
3
4
5
6
7
8
9
package com.ruoyi.personnel.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.personnel.pojo.Annex;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface AnnexMapper extends BaseMapper<Annex> {
}