dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
redbagprod
xiaoyong931011
2023-10-10
18fb219ee5ed5c267665b4c84d2306eea25349f6
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
mapper
/
DataDictionaryMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.mapper;
import cc.mrbird.febs.mall.entity.DataDictionary;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface DataDictionaryMapper extends BaseMapper<DataDictionary> {
}