dashboard
repositories
filestore
activity
search
login
main
/
moral
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
fix:臭氧任务执行
cjl
2024-04-01
3c689f6b593a12a142543b6e922ee8c39c8c4e8a
[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> {
}