xiaoyong931011
2021-03-04 998789a2ae1fd237d314c8139ee87d207c2d30f3
src/main/java/com/xcong/excoin/modules/documentary/service/DocumentaryService.java
@@ -9,6 +9,7 @@
import com.xcong.excoin.modules.documentary.dto.DocumentaryOrderSetDto;
import com.xcong.excoin.modules.documentary.dto.FollowFollowerNoticeDto;
import com.xcong.excoin.modules.documentary.dto.FollowRecordsDto;
import com.xcong.excoin.modules.documentary.dto.FollowTraderProfitInfoDto;
import com.xcong.excoin.modules.documentary.dto.HistoryOrderRecordsDto;
import com.xcong.excoin.modules.documentary.dto.MyFollowOrderDto;
import com.xcong.excoin.modules.documentary.dto.MyFollowTraderInfoDto;
@@ -23,7 +24,7 @@
   public Result getMemberIsTradeInfo();
   public Result getFollowTraderProfitInfo(@Valid RecordsPageDto recordsPageDto);
   public Result getFollowTraderProfitInfo(@Valid FollowTraderProfitInfoDto recordsPageDto);
   public Result getHistoryOrderRecords(@Valid HistoryOrderRecordsDto historyOrderRecordsDto);
@@ -71,5 +72,7 @@
   public Result getTradeSetLabelInfo();
   public Result beTraderCondition();
}