Pu Zhibing
2025-01-20 f147a6ae7f543f6db757b3933adaf8f10b896ccf
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 = "充值类型id")
    private Integer chargeId;
    @ApiModelProperty(value = "充值金额")
    private BigDecimal amount;
}