From f3948fa31158c7b7dea3b038e01c43ce54c55a1c Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Wed, 14 Apr 2021 11:09:57 +0800
Subject: [PATCH] modify

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

diff --git a/src/main/java/com/xcong/excoin/modules/documentary/dto/DocumentaryOrderSetDto.java b/src/main/java/com/xcong/excoin/modules/documentary/dto/DocumentaryOrderSetDto.java
index 10bc431..00005ca 100644
--- a/src/main/java/com/xcong/excoin/modules/documentary/dto/DocumentaryOrderSetDto.java
+++ b/src/main/java/com/xcong/excoin/modules/documentary/dto/DocumentaryOrderSetDto.java
@@ -19,11 +19,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;
@@ -33,7 +29,6 @@
 	@ApiModelProperty(value = "跟单张数或比例", example = "2")
 	private Integer followCnt;
 	
-	@NotNull
 	@ApiModelProperty(value = "跟单最大持仓张数数量", example = "2")
 	private int maxFollowCnt;
 

--
Gitblit v1.9.1