xiaoyong931011
2020-06-02 e9417d5cb8ccb2324e56ac8a25af97af45cc8c2c
src/main/java/com/xcong/excoin/modules/coin/parameter/dto/SubmitSalesWalletCoinOrderDto.java
@@ -16,7 +16,7 @@
   private String symbol;
   @NotNull(message = "交易类型不能为空")
    @ApiModelProperty(value = "买入卖出类型买入:1,卖出:2", example = "USDT")
    @ApiModelProperty(value = "买入卖出类型买入:1,卖出:2", example = "1")
    private Integer type;
   
   @NotNull(message = "交易方式不能为空")