dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20210322 平仓禁用操作(平仓,一键平仓,止盈止损,调整保证金,开仓)
xiaoyong931011
2021-03-22
0dc8f42e10f9923967a04ee93c87a37e0d514dfa
[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>{
}