| | |
| | | package com.ks.daylucky.pojo.VO.admin; |
| | | |
| | | import com.ks.daylucky.pojo.DO.ActivityTag; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.List; |
| | | |
| | |
| | | /** |
| | | * poster : https://daylucky-1255749512.cos.ap-nanjing.myqcloud.com/image/activity/poster/4dad5e05-9fa8-4f47-8b40-f5b5255ee4fc.png |
| | | */ |
| | | |
| | | private Long id; |
| | | private String poster; |
| | | private List<BannerBean> bannerList; |
| | | private List<ActivityTag> tags; |
| | | |
| | | //列表中使用 |
| | | private String serialNo; |
| | | private Integer maxPersonCount; |
| | | private Integer currentPersonCount; |
| | | private String state; |
| | | private String stateDesc; |
| | | private String createTime; |
| | | private String preStartTime; |
| | | private String actualStartTime; |
| | | private String preFinishTime; |
| | | private String actualFinishTime; |
| | | |
| | | |
| | | public String getStateDesc() { |
| | | return stateDesc; |
| | | } |
| | | |
| | | public void setStateDesc(String stateDesc) { |
| | | this.stateDesc = stateDesc; |
| | | } |
| | | |
| | | public String getSerialNo() { |
| | | return serialNo; |
| | | } |
| | | |
| | | public void setSerialNo(String serialNo) { |
| | | this.serialNo = serialNo; |
| | | } |
| | | |
| | | public Integer getMaxPersonCount() { |
| | | return maxPersonCount; |
| | | } |
| | | |
| | | public void setMaxPersonCount(Integer maxPersonCount) { |
| | | this.maxPersonCount = maxPersonCount; |
| | | } |
| | | |
| | | public Integer getCurrentPersonCount() { |
| | | return currentPersonCount; |
| | | } |
| | | |
| | | public void setCurrentPersonCount(Integer currentPersonCount) { |
| | | this.currentPersonCount = currentPersonCount; |
| | | } |
| | | |
| | | public String getState() { |
| | | return state; |
| | | } |
| | | |
| | | public void setState(String state) { |
| | | this.state = state; |
| | | } |
| | | |
| | | public String getCreateTime() { |
| | | return createTime; |
| | | } |
| | | |
| | | public void setCreateTime(String createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public String getPreStartTime() { |
| | | return preStartTime; |
| | | } |
| | | |
| | | public void setPreStartTime(String preStartTime) { |
| | | this.preStartTime = preStartTime; |
| | | } |
| | | |
| | | public String getActualStartTime() { |
| | | return actualStartTime; |
| | | } |
| | | |
| | | public void setActualStartTime(String actualStartTime) { |
| | | this.actualStartTime = actualStartTime; |
| | | } |
| | | |
| | | public String getPreFinishTime() { |
| | | return preFinishTime; |
| | | } |
| | | |
| | | public void setPreFinishTime(String preFinishTime) { |
| | | this.preFinishTime = preFinishTime; |
| | | } |
| | | |
| | | public String getActualFinishTime() { |
| | | return actualFinishTime; |
| | | } |
| | | |
| | | public void setActualFinishTime(String actualFinishTime) { |
| | | this.actualFinishTime = actualFinishTime; |
| | | } |
| | | |
| | | public Long getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(Long id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public List<BannerBean> getBannerList() { |
| | | return bannerList; |
| | |
| | | public void setPoster(String poster) { |
| | | this.poster = poster; |
| | | } |
| | | |
| | | public List<ActivityTag> getTags() { |
| | | return tags; |
| | | } |
| | | |
| | | public void setTags(List<ActivityTag> tags) { |
| | | this.tags = tags; |
| | | } |
| | | |
| | | |
| | | |
| | | public static class BannerBean { |
| | |
| | | * desc : 参与条件说明 |
| | | */ |
| | | |
| | | private Long id; |
| | | private AdInfoBean adInfo; |
| | | private Integer must; |
| | | private String desc; |
| | |
| | | |
| | | public void setMust(Integer must) { |
| | | this.must = must; |
| | | } |
| | | |
| | | public Long getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(Long id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getDesc() { |
| | |
| | | * minPersonCount : 1000 |
| | | * day : 2 |
| | | */ |
| | | |
| | | private Long id; |
| | | private Integer minPersonCount; |
| | | private Integer maxPersonCount; |
| | | private Integer day; |
| | | private String desc; |
| | | |
| | | public Long getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(Long id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public Integer getMaxPersonCount() { |
| | | return maxPersonCount; |
| | | } |
| | | |
| | | public void setMaxPersonCount(Integer maxPersonCount) { |
| | | this.maxPersonCount = maxPersonCount; |
| | | } |
| | | |
| | | public String getDesc() { |
| | | return desc; |
| | |
| | | * data : {"total":"100","count":"1000","type":2} |
| | | * selected : true |
| | | */ |
| | | |
| | | private Long id; |
| | | private String title; |
| | | private DataBeanX data; |
| | | private String type; |
| | | private boolean selected; |
| | | |
| | | public Long getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(Long id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getType() { |
| | | return type; |