| | |
| | | package com.yeshi.fanli.vo.goods;
|
| | |
|
| | | import java.io.Serializable;
|
| | | import java.math.BigDecimal;
|
| | |
|
| | | import com.google.gson.annotations.Expose;
|
| | |
| | | * @author Administrator
|
| | | *
|
| | | */
|
| | | public class CouponInfoVO {
|
| | | public class CouponInfoVO implements Serializable {
|
| | | /**
|
| | | * |
| | | */
|
| | | private static final long serialVersionUID = 1L;
|
| | |
|
| | | @Expose
|
| | | private int totalCount;// 总数量
|
| | | @Expose
|
| | |
| | | private String link;// 券链接
|
| | | @Expose
|
| | | private String token; // 券口令
|
| | | @Expose
|
| | | private boolean shopCoupon;// 是否为店铺券
|
| | |
|
| | | public boolean isShopCoupon() {
|
| | | return shopCoupon;
|
| | | }
|
| | |
|
| | | public void setShopCoupon(boolean shopCoupon) {
|
| | | this.shopCoupon = shopCoupon;
|
| | | }
|
| | |
|
| | | public int getTotalCount() {
|
| | | return totalCount;
|