公告板
版本库
filestore
活动
搜索
登录
徐仲培
/
clearTable
清空表数据小项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
init
whycxzp
2021-07-03
838fbb5e0cf4eec4c51e74024a3b4a48a3adf25d
[~whycxzp/clearTable.git]
/
src
/
main
/
java
/
com
/
whyc
/
mapper
/
UserMapper.java
1
2
3
4
5
6
7
package com.whyc.mapper;
import com.whyc.pojo.User;
public interface UserMapper extends CustomMapper<User> {
}