Helius
2020-08-03 dc681d870bb20b547e66cc8b7a46de1f41ed730b
modfiy
1 files modified
7 ■■■■ changed files
src/main/java/com/xcong/excoin/modules/documentary/dto/UpdateDocumentaryOrderSetDto.java 7 ●●●● patch | view | raw | blame | history
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;