Helius
2021-03-23 1fcc3c32f8755c6a9b39e38c598aa5dd9af4212f
src/main/java/com/xcong/excoin/modules/contract/parameter/dto/SubmitCloseEntrustDto.java
@@ -31,4 +31,8 @@
    @ApiModelProperty(value = "币种数量", example = "1")
    private int symbolCnt;
    @NotNull
    @ApiModelProperty(value = "币种", example = "BTC/USDT")
    private String symbol;
}