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=支付宝)