| | |
| | | import com.xcong.excoin.modules.documentary.dto.HistoryOrderRecordsDto;
|
| | | import com.xcong.excoin.modules.documentary.dto.MyFollowOrderDto;
|
| | | import com.xcong.excoin.modules.documentary.dto.MyFollowTraderInfoDto;
|
| | | import com.xcong.excoin.modules.documentary.dto.OutFollowInfoDto;
|
| | | import com.xcong.excoin.modules.documentary.dto.TradeFollowInfoDto;
|
| | | import com.xcong.excoin.modules.documentary.dto.TradeOrderInfoDto;
|
| | | import com.xcong.excoin.modules.documentary.dto.UpdateDocumentaryOrderSetDto;
|
| | | import com.xcong.excoin.modules.documentary.dto.UpdateTradeSetInfoDto;
|
| | |
| | |
|
| | | public Result getTradeHistoryOrderInfo(@Valid TradeOrderInfoDto tradeOrderInfoDto);
|
| | |
|
| | | public Result getTradeFollowInfo(@Valid TradeFollowInfoDto tradeFollowInfoDto);
|
| | |
|
| | | public Result getOutFollowInfo(@Valid OutFollowInfoDto outFollowInfoDto);
|
| | |
|
| | | }
|