无关风月
20 小时以前 27ce12d3ed00ed5d70ce785653a16db092c3ef88
cloud-server-account/src/main/java/com/dsh/account/model/vo/VipPaymentListVO.java
@@ -34,14 +34,14 @@
    @ApiModelProperty(value = "金额¥")
    private String amountValue;
    @ApiModelProperty(value = "金额")
    private BigDecimal amount;
    private Double amount;
    @ApiModelProperty(value = "下单时间")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date insertTime;
    @ApiModelProperty(value = "是否退款 0否1时")
    private Integer isRefund;
    @ApiModelProperty(value = "备注")
    private Integer remark;
    private String remark;
    /**
     * 支付方式(1=微信,2=支付宝)