dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
fix:测试提交
cjl
2023-11-30
fc7bf1fdc7153859644d639ffe094d75b04cb9c7
[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> {
}