dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
style(clothesType): 优化 socialMuseUpdate 页面表格样式 - 添加 layui-table-cell 类的样式,设...
Administrator
2025-07-10
6af0003840b6bf2d8f42382e0631271a2a640a8b
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
system
/
mapper
/
DeptMapper.java
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.system.mapper;
import cc.mrbird.febs.system.entity.Dept;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @author MrBird
*/
public interface DeptMapper extends BaseMapper<Dept> {
}