| | |
| | | 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; |
| | | |
| | | public Long getId() { |
| | | return id; |
| | | } |
| | | |
| | | public void setId(Long id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public List<BannerBean> getBannerList() { |
| | | return bannerList; |
| | |
| | | this.poster = poster; |
| | | } |
| | | |
| | | public List<ActivityTag> getTags() { |
| | | return tags; |
| | | } |
| | | |
| | | public void setTags(List<ActivityTag> tags) { |
| | | this.tags = tags; |
| | | } |
| | | |
| | | public static class BannerBean { |
| | | private String id; |
| | |
| | | * 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; |