Administrator
4 days ago f09e4f247477d271f7e8595b3da1bb3855d58afa
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