dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
modify
Helius
2021-05-20
0469ade9be848d97eefb92f3e584441d89e6b69d
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
yunding
/
dao
/
YdBasicSettingDao.java
1
2
3
4
5
6
7
package com.xcong.excoin.modules.yunding.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.excoin.modules.yunding.entity.YdBasicSettingEntity;
public interface YdBasicSettingDao extends BaseMapper<YdBasicSettingEntity> {
}