dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
版本管理
xiaoyong931011
2023-10-25
0e7e1cfea951c7aee59a862c514e08a040523d9f
[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> {
}