Helius
2020-08-03 0766e4cc71397b4c400dfc38fb167d0fa1d6a75f
modfiy
1 files modified
5 ■■■■■ changed files
src/main/java/com/xcong/excoin/modules/documentary/dto/DocumentaryOrderSetDto.java 5 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/documentary/dto/DocumentaryOrderSetDto.java
@@ -21,10 +21,6 @@
    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;