yml
zyy
2025-11-11 f48067dbda25bbc3554da545a8e629fb45051f3b
1
2
3
4
5
6
7
package com.yami.trading.service;
 
public interface ExchangeLeverProfitService {
 
 
    public void handleOrders();
}