dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'otc' of http://120.27.238.55:7000/r/exchange into otc
xiaoyong931011
2021-05-25
b787caa660c2aed5281d1429d5db2ec18ac8fa7c
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
otc
/
dao
/
OtcOrderAppealDao.java
1
2
3
4
5
6
7
package com.xcong.excoin.modules.otc.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.excoin.modules.otc.entity.OtcOrderAppeal;
public interface OtcOrderAppealDao extends BaseMapper<OtcOrderAppeal> {
}