| | |
| | |
|
| | | import java.io.Serializable;
|
| | | import java.util.Date;
|
| | | import java.util.List;
|
| | |
|
| | | import org.yeshi.utils.mybatis.Column;
|
| | | import org.yeshi.utils.mybatis.Table;
|
| | |
|
| | | import com.google.gson.annotations.Expose;
|
| | | import com.yeshi.fanli.entity.common.JumpDetailV2;
|
| | | import com.yeshi.fanli.vo.msg.ClientTextStyleVO;
|
| | |
|
| | | /**
|
| | | * 专题管理
|
| | | *
|
| | | * @author yj
|
| | | *
|
| | | * @date 2018年10月23日
|
| | | */
|
| | | /**
|
| | | * @author Administrator
|
| | | *
|
| | | */
|
| | | @Table("yeshi_ec_special")
|
| | | public class Special implements Serializable {
|
| | |
| | | @Column(name = "b_show_type")
|
| | | private String showType;
|
| | |
|
| | | @Expose
|
| | | // 备注
|
| | | @Column(name = "b_remark")
|
| | | private String remark;
|
| | |
| | | // 是否弹框
|
| | | @Expose
|
| | | private boolean elastic;
|
| | | @Expose // 是否倒计时
|
| | | private boolean timeTask;
|
| | | |
| | |
|
| | | // 背景图片
|
| | | private String bottomPicture;
|
| | |
| | | // 限制最低版本
|
| | | private String version;
|
| | |
|
| | | |
| | | // 是否定时
|
| | | private boolean timeTask;
|
| | | // 起始时间
|
| | | private String startTime_str;
|
| | | // 结束时间
|
| | | private String endTime_str;
|
| | | |
| | | |
| | | |
| | | @Expose
|
| | | private long countDownTime;//倒计时
|
| | |
|
| | | private List<SpecialLabel> listLabels; //标签
|
| | | |
| | | @Expose
|
| | | private List<ClientTextStyleVO> labels; //标签
|
| | |
|
| | | |
| | | public long getCountDownTime() {
|
| | | return countDownTime;
|
| | | }
|
| | |
|
| | | public void setCountDownTime(long countDownTime) {
|
| | | this.countDownTime = countDownTime;
|
| | | }
|
| | |
|
| | | public Long getId() {
|
| | | return id;
|
| | |
| | | this.endTime = endTime;
|
| | | }
|
| | |
|
| | | public boolean isTimeTask() {
|
| | | return timeTask;
|
| | | }
|
| | |
|
| | | public void setTimeTask(boolean timeTask) {
|
| | | this.timeTask = timeTask;
|
| | | }
|
| | |
|
| | | public String getStartTime_str() {
|
| | | return startTime_str;
|
| | | }
|
| | |
| | | public void setEndTime_str(String endTime_str) {
|
| | | this.endTime_str = endTime_str;
|
| | | }
|
| | | |
| | |
|
| | | public List<ClientTextStyleVO> getLabels() {
|
| | | return labels;
|
| | | }
|
| | |
|
| | | public void setLabels(List<ClientTextStyleVO> labels) {
|
| | | this.labels = labels;
|
| | | }
|
| | |
|
| | | public List<SpecialLabel> getListLabels() {
|
| | | return listLabels;
|
| | | }
|
| | |
|
| | | public void setListLabels(List<SpecialLabel> listLabels) {
|
| | | this.listLabels = listLabels;
|
| | | }
|
| | |
|
| | | public boolean isTimeTask() {
|
| | | return timeTask;
|
| | | }
|
| | |
|
| | | public void setTimeTask(boolean timeTask) {
|
| | | this.timeTask = timeTask;
|
| | | }
|
| | |
|
| | | }
|