From 93f666908b8b84336aed251a1cc22b49b5c4b12f Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Fri, 29 Jan 2021 17:25:48 +0800
Subject: [PATCH] Merge branch 'whole_new' of https://gitee.com/chonggaoxiao/new_excoin into whole_new

---
 src/main/java/com/xcong/excoin/modules/documentary/dto/UpdateDocumentaryOrderSetDto.java |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/modules/documentary/dto/UpdateDocumentaryOrderSetDto.java b/src/main/java/com/xcong/excoin/modules/documentary/dto/UpdateDocumentaryOrderSetDto.java
index 16ad748..2a58732 100644
--- a/src/main/java/com/xcong/excoin/modules/documentary/dto/UpdateDocumentaryOrderSetDto.java
+++ b/src/main/java/com/xcong/excoin/modules/documentary/dto/UpdateDocumentaryOrderSetDto.java
@@ -17,11 +17,7 @@
 	@NotNull
     @ApiModelProperty(value = "跟单合约(多个,且逗号隔开)", example = "BTC/USDT")
 	private String symbols;
-	
-	@NotNull
-	@ApiModelProperty(value = "杠杆", example = "50")
-	private int levelRate;
-	
+
 	@NotNull
 	@ApiModelProperty(value = "跟单方式类型1:固定张数2:固定比例", example = "1")
 	private Integer followType;
@@ -31,7 +27,6 @@
 	@ApiModelProperty(value = "跟单张数或比例", example = "2")
 	private Integer followCnt;
 	
-	@NotNull
 	@ApiModelProperty(value = "跟单最大持仓张数数量", example = "2")
 	private int maxFollowCnt;
 

--
Gitblit v1.9.1