公告板
版本库
filestore
活动
搜索
登录
main
/
masterStation
总站项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
first commit
whyczh
2021-09-08
8c51c3807befed873a7ab86c0e1e52dd189a8b3f
[masterStation.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> {
}