xiaoyong931011
2020-08-05 6f706a7458611493e8f36fbe33ab2d6f8bdeff81
src/main/java/com/xcong/excoin/modules/documentary/service/DocumentaryService.java
@@ -11,6 +11,7 @@
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;
@@ -63,4 +64,6 @@
   public Result getTradeFollowInfo(@Valid TradeFollowInfoDto tradeFollowInfoDto);
   public Result getOutFollowInfo(@Valid OutFollowInfoDto outFollowInfoDto);
}