无关风月
1 天以前 4c9035836c18886883d3f69d8443c53d15b068fc
cloud-server-account/src/main/java/com/dsh/account/entity/VipPayment.java
@@ -44,7 +44,7 @@
    @TableField("payType")
    private Integer payType;
    /**
     * 支付状态(1=待支付,2=已支付)
     * 支付状态(1=待支付,2=已支付 3=已退款)
     */
    @TableField("payStatus")
    private Integer payStatus;
@@ -84,6 +84,11 @@
     */
    @TableField("couponJson")
    private String couponJson;
    /**
     * 退款备注
     */
    @TableField("remark")
    private String remark;
    public static String CODE() {