xiaoyong931011
2021-05-12 feab2b9842a8f3529804d8de0d16589c2ed05268
src/main/java/com/xcong/excoin/modules/yunding/dto/InsureChangeUsdtDto.java
@@ -19,5 +19,12 @@
    @ApiModelProperty(value = "XCH当前价格", example = "2")
    private BigDecimal currentPrice;
    /**
     * 资金交易密码
     */
    @NotNull
    @ApiModelProperty(value = "交易密码", example = "2")
    private String tradePassword;
}