admin
2021-01-28 8c1c003c60d2f27b3c55e248451caeec7f2b5631
service-daylucky/src/main/java/com/ks/daylucky/pojo/VO/admin/ActivityAdminVo.java
@@ -1,5 +1,7 @@
package com.ks.daylucky.pojo.VO.admin;
import com.ks.daylucky.pojo.DO.ActivityTag;
import java.math.BigDecimal;
import java.util.List;
@@ -56,10 +58,18 @@
        /**
         * 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;
@@ -77,6 +87,13 @@
            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;
@@ -107,6 +124,7 @@
         * desc : 参与条件说明
         */
        private Long id;
        private AdInfoBean adInfo;
        private Integer must;
        private String desc;
@@ -125,6 +143,14 @@
        public void setMust(Integer must) {
            this.must = must;
        }
        public Long getId() {
            return id;
        }
        public void setId(Long id) {
            this.id = id;
        }
        public String getDesc() {
@@ -213,11 +239,27 @@
         * 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;
@@ -250,12 +292,19 @@
         * 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;