xiaoyong931011
2021-03-03 f45eff2b375d45668bb2e9253b4faec2f04d39b9
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);
@@ -69,5 +70,7 @@
   public Result getFollowFollowerNoticeList(@Valid FollowFollowerNoticeDto followFollowerNoticeDto);
   public Result getTradeSetLabelInfo();
}