| | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | public class LuckyActivityJoinAssist implements Serializable { |
| | | public class LuckyActivityJoinAssist implements Serializable { |
| | | |
| | | private Long id; |
| | | |
| | | private Long joinId; |
| | |
| | | |
| | | 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; |
| | | } |