fix
Helius
2022-03-10 8dbaa58169feb425785b55427358a1be0b51dfca
src/main/java/com/xcong/excoin/modules/coin/parameter/dto/UsdtToGusdDto.java
@@ -15,8 +15,8 @@
    @ApiModelProperty(value = "划转金额", example = "100")
    private BigDecimal balance;
    @NotNull(message = "转换类型 1:USDT转GUSD 2GUSD转USDT")
    @ApiModelProperty(value = "币种", example = "1")
    @NotNull(message = "转换类型不能为空")
    @ApiModelProperty(value = "转换类型1:USDT转GUSD 2GUSD转USDT", example = "1")
    private Integer type;
}