Administrator
2025-05-27 6b000d0c8b24f3cd65caeaedb0e7f44d638bf284
src/main/java/cc/mrbird/febs/mall/entity/MallActLuckdrawRecord.java
@@ -12,6 +12,14 @@
@TableName("mall_act_luckdraw_record")
public class MallActLuckdrawRecord extends BaseEntity {
    /**
     * 中奖
     */
    public static final Integer STATUS_ENABLE = 1;
    /**
     * 没有中奖
     */
    public static final Integer STATUS_DISABLED = 0;
    //参与人ID
    private Long memberId;
    //活动ID