From 589a60e79c24aac2fac5a7e00c784d8e4731e036 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 01 Mar 2021 12:50:13 +0800 Subject: [PATCH] 20210301 平仓时间时间戳 --- src/main/java/com/xcong/excoin/modules/documentary/service/DocumentaryService.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/documentary/service/DocumentaryService.java b/src/main/java/com/xcong/excoin/modules/documentary/service/DocumentaryService.java index 859dc6a..f29bdcf 100644 --- a/src/main/java/com/xcong/excoin/modules/documentary/service/DocumentaryService.java +++ b/src/main/java/com/xcong/excoin/modules/documentary/service/DocumentaryService.java @@ -69,5 +69,7 @@ public Result getFollowFollowerNoticeList(@Valid FollowFollowerNoticeDto followFollowerNoticeDto); + public Result getTradeSetLabelInfo(); + } -- Gitblit v1.9.1