| | |
| | | package com.yeshi.fanli.vo.user;
|
| | |
|
| | | import java.io.Serializable;
|
| | | import java.util.List;
|
| | | import java.util.Map;
|
| | |
|
| | | import com.google.gson.annotations.Expose;
|
| | |
| | | // 券图片
|
| | | @Expose
|
| | | private String couponPicture;
|
| | | |
| | | // 券图片- 失效
|
| | | private String couponPictureInvalid;
|
| | | |
| | | // 券作用
|
| | | @Expose
|
| | | private String couponEffect;
|
| | | |
| | | // 券规则
|
| | | @Expose
|
| | | private String couponRule;
|
| | | // 有效期
|
| | | |
| | | // 券规则-链接
|
| | | @Expose
|
| | | private String couponTerm;
|
| | | private String couponRuleLink;
|
| | |
|
| | | // 有效期
|
| | | @Expose
|
| | | private String couponState;
|
| | | |
| | | private String couponTerm;
|
| | | // 使用中说明
|
| | | @Expose
|
| | | private String inUseExplain;
|
| | | |
| | | // 跳转按钮
|
| | | @Expose
|
| | | private Map<String, Object> jumpBtn;
|
| | | |
| | | // 剩下天数
|
| | | @Expose
|
| | | private Map<String, Object> remainDays;
|
| | | |
| | | @Expose
|
| | | private boolean popup;
|
| | | |
| | | @Expose
|
| | | private List<String> tips;
|
| | | |
| | | // 使用中说明1.6.5
|
| | | @Expose
|
| | | private List<String> tipsUsing;
|
| | | |
| | | // 赠送中-分享口令
|
| | | @Expose
|
| | | private String giveTips;
|
| | | |
| | |
|
| | |
|
| | | public String getTopPicture() {
|
| | |
| | | public void setJumpBtn(Map<String, Object> jumpBtn) {
|
| | | this.jumpBtn = jumpBtn;
|
| | | }
|
| | | |
| | |
|
| | | public String getInUseExplain() {
|
| | | return inUseExplain;
|
| | | }
|
| | |
|
| | | public void setInUseExplain(String inUseExplain) {
|
| | | this.inUseExplain = inUseExplain;
|
| | | }
|
| | |
|
| | | public String getCouponPictureInvalid() {
|
| | | return couponPictureInvalid;
|
| | | }
|
| | |
|
| | | public void setCouponPictureInvalid(String couponPictureInvalid) {
|
| | | this.couponPictureInvalid = couponPictureInvalid;
|
| | | }
|
| | |
|
| | | public String getCouponRuleLink() {
|
| | | return couponRuleLink;
|
| | | }
|
| | |
|
| | | public void setCouponRuleLink(String couponRuleLink) {
|
| | | this.couponRuleLink = couponRuleLink;
|
| | | }
|
| | |
|
| | | public List<String> getTips() {
|
| | | return tips;
|
| | | }
|
| | |
|
| | | public void setTips(List<String> tips) {
|
| | | this.tips = tips;
|
| | | }
|
| | |
|
| | | public boolean isPopup() {
|
| | | return popup;
|
| | | }
|
| | |
|
| | | public void setPopup(boolean popup) {
|
| | | this.popup = popup;
|
| | | }
|
| | |
|
| | | public String getGiveTips() {
|
| | | return giveTips;
|
| | | }
|
| | |
|
| | | public void setGiveTips(String giveTips) {
|
| | | this.giveTips = giveTips;
|
| | | }
|
| | |
|
| | | public List<String> getTipsUsing() {
|
| | | return tipsUsing;
|
| | | }
|
| | |
|
| | | public void setTipsUsing(List<String> tipsUsing) {
|
| | | this.tipsUsing = tipsUsing;
|
| | | }
|
| | | }
|