admin
2021-06-24 df4441322e9801c102299451da41d7c40b4502e9
facade-lucky/src/main/java/com/ks/lucky/pojo/DO/LuckyActivityJoinAssist.java
@@ -3,7 +3,9 @@
import java.io.Serializable;
import java.util.Date;
public class LuckyActivityJoinAssist  implements Serializable {
public class LuckyActivityJoinAssist implements Serializable {
    private static final long serialVersionUID = 1L;
    private Long id;
    private Long joinId;
@@ -14,10 +16,20 @@
    private Integer weight;
    private ActivityJoinAssistEvent eventKey;
    private Date createTime;
    private Date updateTime;
    public ActivityJoinAssistEvent getEventKey() {
        return eventKey;
    }
    public void setEventKey(ActivityJoinAssistEvent eventKey) {
        this.eventKey = eventKey;
    }
    public Long getId() {
        return id;
    }