dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
change xct to xcc
Helius
2021-11-29
c8cd5a4e1891407c38bc63d4167f6288747e5eca
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
platform
/
dao
/
PlatformBannerDao.java
1
2
3
4
5
6
7
8
9
package com.xcong.excoin.modules.platform.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.excoin.modules.platform.entity.PlatformBannerEntity;
public interface PlatformBannerDao extends BaseMapper<PlatformBannerEntity> {
}