KKSU
2025-01-13 52e1d0189c197a77787bb276492a68b8d0f8b4c9
src/main/java/cc/mrbird/febs/mall/entity/MallMemberCoupon.java
@@ -13,10 +13,18 @@
    private Long memberId;
    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;
}