fix
Hentua
2024-01-23 c097546cbcf46c75234768866af894e59d987bd4
src/main/java/cc/mrbird/febs/mall/entity/MallMemberCoupon.java
@@ -15,6 +15,7 @@
    private Long couponId;
    private Long goodsId;
    private String couponName;
    private String couponUuid;
    private String inviteId;
    //1:待使用 2:已使用 3:已过期
    private Integer state;