仪表盘
版本库
文件存储
活动
搜索
登录
main
/
smart
数据采集
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
替换大批错误注释
yangys
2024-05-09
60e317f7782c718d28920060fd686d2092c99c1e
[smart.git]
/
smart-man-boot
/
src
/
main
/
java
/
com
/
qianwen
/
smartman
/
modules
/
tpm
/
mapper
/
CheckRecordFileMapper.java
1
2
3
4
5
6
7
8
package com.qianwen.smartman.modules.tpm.mapper;
import com.qianwen.core.mp.mapper.BladeMapper;
import com.qianwen.smartman.modules.tpm.entity.CheckRecordFile;
public interface CheckRecordFileMapper extends BladeMapper<CheckRecordFile> {
}