Administrator
2025-08-18 a46c4d2db30c2f534400a6179cd82f7beb07a29d
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;
}