KKSU
2024-02-19 e7c0ed7c62c5cc3aa56abb8de4b50314d6a11f86
src/main/java/cc/mrbird/febs/mall/entity/MallMemberCoupon.java
@@ -15,9 +15,16 @@
    private Long couponId;
    private Long goodsId;
    private String couponName;
    private String couponUuid;
    private String inviteId;
    //1:待使用 2:已使用 3:已过期
    private Integer state;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date expireTime;
    /**
     * 来源类型 1-默认 2-积分权益 3-失活会员
     */
    private Integer fromType;
}