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