dashboard
repositories
filestore
activity
search
login
main
/
agent
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
modify
wzy
2020-10-15
396eb7eac27d0bcb9466337b3a89977b2607890c
[agent.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
system
/
mapper
/
DeptMapper.java
1
2
3
4
5
6
7
8
9
10
package com.xcong.excoin.system.mapper;
import com.xcong.excoin.system.entity.Dept;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @author MrBird
*/
public interface DeptMapper extends BaseMapper<Dept> {
}