puzhibing
2024-03-15 f8f6161b009a845c8444e56264b9e7d001e2aea4
cloud-server-account/src/main/java/com/dsh/account/model/vo/userBenefitDetail/RechargePayRequest.java
@@ -13,7 +13,7 @@
    @ApiModelProperty(value = "支付方式 1微信 2支付宝")
    private Integer payType;
    @ApiModelProperty(value = "支付金额")
    private BigDecimal payAmount;
    @ApiModelProperty(value = "充值金额")
    private BigDecimal amount;
}