liurunyu
2024-11-23 7d6231e5b07a59c37ed45e4d8acc66a63e647578
pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/wechatpay/dto/DtoOrder.java
@@ -31,9 +31,9 @@
    private Long vcId;
    /**
     * 充值金额金额
     * 充值金额金额,单位元
     */
    @Schema(description = "支付金额", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
    @NotNull(message = "虚支付金额不能为空")
    private Integer rechargeAmount;
    private Double rechargeAmount;
}