| | |
| | | package com.yeshi.fanli.vo.redpack;
|
| | |
|
| | | import com.google.gson.annotations.Expose;
|
| | |
|
| | | public class TaoLiJinWinDetailVO {
|
| | | @Expose
|
| | | private String title;
|
| | | @Expose
|
| | | private String bless;
|
| | | @Expose
|
| | | private String money;
|
| | | @Expose
|
| | | private String desc;
|
| | | @Expose
|
| | | private String tips;
|
| | | // 跳转
|
| | | @Expose
|
| | | private String params;
|
| | | @Expose
|
| | | private Object jumpDetail;
|
| | |
|
| | | @Expose
|
| | | private String logoLight;
|
| | | @Expose
|
| | | private String logo;
|
| | |
|
| | | public String getTitle() {
|
| | | return title;
|
| | | }
|
| | |
|
| | | public void setTitle(String title) {
|
| | | this.title = title;
|
| | | }
|
| | |
|
| | | public String getBless() {
|
| | | return bless;
|
| | | }
|
| | |
|
| | | public void setBless(String bless) {
|
| | | this.bless = bless;
|
| | | }
|
| | |
|
| | | public String getMoney() {
|
| | | return money;
|
| | | }
|
| | |
|
| | | public void setMoney(String money) {
|
| | | this.money = money;
|
| | | }
|
| | |
|
| | | public String getDesc() {
|
| | | return desc;
|
| | | }
|
| | |
|
| | | public void setDesc(String desc) {
|
| | | this.desc = desc;
|
| | | }
|
| | |
|
| | | public String getTips() {
|
| | | return tips;
|
| | | }
|
| | |
|
| | | public void setTips(String tips) {
|
| | | this.tips = tips;
|
| | | }
|
| | |
|
| | | public String getParams() {
|
| | | return params;
|
| | | }
|
| | |
|
| | | public void setParams(String params) {
|
| | | this.params = params;
|
| | | }
|
| | |
|
| | | public Object getJumpDetail() {
|
| | | return jumpDetail;
|
| | | }
|
| | |
|
| | | public void setJumpDetail(Object jumpDetail) {
|
| | | this.jumpDetail = jumpDetail;
|
| | | }
|
| | |
|
| | | public String getLogoLight() {
|
| | | return logoLight;
|
| | | }
|
| | |
|
| | | public void setLogoLight(String logoLight) {
|
| | | this.logoLight = logoLight;
|
| | | }
|
| | |
|
| | | public String getLogo() {
|
| | | return logo;
|
| | | }
|
| | |
|
| | | public void setLogo(String logo) {
|
| | | this.logo = logo;
|
| | | }
|
| | | }
|
| | | package com.yeshi.fanli.vo.redpack; |
| | | |
| | | import com.google.gson.annotations.Expose; |
| | | |
| | | public class TaoLiJinWinDetailVO { |
| | | @Expose |
| | | private String title; |
| | | @Expose |
| | | private String bless; |
| | | @Expose |
| | | private String money; |
| | | @Expose |
| | | private String desc; |
| | | @Expose |
| | | private String tips; |
| | | // 跳转 |
| | | @Expose |
| | | private String params; |
| | | @Expose |
| | | private Object jumpDetail; |
| | | |
| | | @Expose |
| | | private String logoLight; |
| | | @Expose |
| | | private String logo; |
| | | |
| | | public String getTitle() { |
| | | return title; |
| | | } |
| | | |
| | | public void setTitle(String title) { |
| | | this.title = title; |
| | | } |
| | | |
| | | public String getBless() { |
| | | return bless; |
| | | } |
| | | |
| | | public void setBless(String bless) { |
| | | this.bless = bless; |
| | | } |
| | | |
| | | public String getMoney() { |
| | | return money; |
| | | } |
| | | |
| | | public void setMoney(String money) { |
| | | this.money = money; |
| | | } |
| | | |
| | | public String getDesc() { |
| | | return desc; |
| | | } |
| | | |
| | | public void setDesc(String desc) { |
| | | this.desc = desc; |
| | | } |
| | | |
| | | public String getTips() { |
| | | return tips; |
| | | } |
| | | |
| | | public void setTips(String tips) { |
| | | this.tips = tips; |
| | | } |
| | | |
| | | public String getParams() { |
| | | return params; |
| | | } |
| | | |
| | | public void setParams(String params) { |
| | | this.params = params; |
| | | } |
| | | |
| | | public Object getJumpDetail() { |
| | | return jumpDetail; |
| | | } |
| | | |
| | | public void setJumpDetail(Object jumpDetail) { |
| | | this.jumpDetail = jumpDetail; |
| | | } |
| | | |
| | | public String getLogoLight() { |
| | | return logoLight; |
| | | } |
| | | |
| | | public void setLogoLight(String logoLight) { |
| | | this.logoLight = logoLight; |
| | | } |
| | | |
| | | public String getLogo() { |
| | | return logo; |
| | | } |
| | | |
| | | public void setLogo(String logo) { |
| | | this.logo = logo; |
| | | } |
| | | } |