xiaoyong931011
2021-03-04 16f6d4eedb8e2174f0959d7735a24d6c53d7b6e8
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();
}