From bf68aa759bc3c0a858d80cb3d1ae1f1682cd6c94 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 06 Apr 2021 15:38:42 +0800
Subject: [PATCH] Merge branch 'activity' of http://120.27.238.55:7000/r/exchange into activity
---
src/main/java/com/xcong/excoin/modules/documentary/dto/MyFollowOrderDto.java | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/src/main/java/com/xcong/excoin/modules/documentary/dto/MyFollowOrderDto.java b/src/main/java/com/xcong/excoin/modules/documentary/dto/MyFollowOrderDto.java
index f940068..190ee7d 100644
--- a/src/main/java/com/xcong/excoin/modules/documentary/dto/MyFollowOrderDto.java
+++ b/src/main/java/com/xcong/excoin/modules/documentary/dto/MyFollowOrderDto.java
@@ -20,12 +20,4 @@
@ApiModelProperty(value = "每页数量", example = "10")
private int pageSize;
- @NotNull
- @ApiModelProperty(value = "会员ID", example = "12543")
- private Long memberId;
-
- @NotNull
- @ApiModelProperty(value = "类型 1:当前跟单2:历史跟单", example = "1")
- private int orderType;
-
}
--
Gitblit v1.9.1