dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20210329 返利记录的修改
xiaoyong931011
2021-03-30
c428522a1d47199b30acf4522a33c88f54180fdd
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
platform
/
dao
/
PlatformPaymentMethodDao.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.PlatformPaymentMethodEntity;
public interface PlatformPaymentMethodDao extends BaseMapper<PlatformPaymentMethodEntity> {
}