dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(logging): 优化开仓和平仓队列的日志打印格式
Administrator
2025-12-09
e20956bdfe032124cfa6a61abc78b16bf281bc56
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
contract
/
service
/
RabbitOrderService.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.xcong.excoin.modules.contract.service;
import java.util.List;
/**
* @author helius
*/
public interface RabbitOrderService {
public void cancelHoldOrder(List<Long> ids);
}