dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
modify
Helius
2021-05-17
cdb62ef0e5e583983434092ec499e89bdad28cff
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
otc
/
service
/
OtcOrderService.java
1
2
3
4
5
6
7
package com.xcong.excoin.modules.otc.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.xcong.excoin.modules.otc.entity.OtcOrder;
public interface OtcOrderService extends IService<OtcOrder> {
}