dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
同步k线、最新价、人民币美元汇率、homesymbols接口
Helius
2020-05-28
d775bb5dacca4c6ff33c65a0cb891f5992cc1bed
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
coin
/
dao
/
MemberAccountFlowEntityDao.java
1
2
3
4
5
6
7
8
package com.xcong.excoin.modules.coin.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.excoin.modules.coin.entity.MemberAccountFlowEntity;
public interface MemberAccountFlowEntityDao extends BaseMapper<MemberAccountFlowEntity>{
}