1
zj
6 days ago 60d1f642052ad8c7bd8a11f02f965b122bebf9a4
1
2
3
4
5
6
7
package com.yami.trading.service;
 
public interface ExchangeLeverProfitService {
 
 
    public void handleOrders();
}