dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
chore:新五分钟数据接口
jinpengyong
2023-10-25
1de4906d90e268579128b9fae911ea48c6f22469
[moral.git]
/
screen-api
/
src
/
main
/
java
/
com
/
moral
/
api
/
mapper
/
AppUserMapper.java
1
2
3
4
5
6
7
8
package com.moral.api.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.moral.api.entity.AppUser;
public interface AppUserMapper extends BaseMapper<AppUser> {
}