Helius
2020-08-26 0dda2d310ef745ce29a1e5ff7fac0da6f5948012
src/main/java/com/xcong/excoin/modules/contract/parameter/dto/SubmitEntrustDto.java
@@ -35,4 +35,8 @@
    @ApiModelProperty(value = "币种数量", example = "1")
    private int symbolCnt;
    @NotNull
    @ApiModelProperty(value = "杠杆倍率", example = "100")
    private int leverRatio;
}