公告板
版本库
filestore
活动
搜索
登录
main
/
inspectionSystem
AR眼镜巡检后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更新
whycxzp
2025-03-01
e76c58f4c0e9c334a19c9c4418343ca99d5e3d0f
[inspectionSystem.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
InspectionRecordMapper.java
1
2
3
4
5
6
package com.whyc.mapper;
import com.whyc.pojo.InspectionRecord;
public interface InspectionRecordMapper extends CustomMapper<InspectionRecord>{
}