| | |
| | | // 券图片
|
| | | @Expose
|
| | | private String couponPicture;
|
| | | |
| | | // 券图片- 失效
|
| | | private String couponPictureInvalid;
|
| | | |
| | | // 券作用
|
| | | @Expose
|
| | | private String couponEffect;
|
| | |
| | | // 有效期
|
| | | @Expose
|
| | | private String couponTerm;
|
| | | |
| | | // 有效期
|
| | | // 使用中说明
|
| | | @Expose
|
| | | private String couponState;
|
| | | |
| | | private String inUseExplain;
|
| | | |
| | | // 跳转按钮
|
| | | @Expose
|
| | | private Map<String, Object> jumpBtn;
|
| | |
| | | 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;
|
| | | }
|
| | |
|
| | | }
|