yujian
2020-06-09 554de444b87aab5f93cb1593a8095612cf9479a7
fanli/src/main/java/com/yeshi/fanli/vo/goods/CouponInfoVO.java
@@ -1,5 +1,6 @@
package com.yeshi.fanli.vo.goods;
import java.io.Serializable;
import java.math.BigDecimal;
import com.google.gson.annotations.Expose;
@@ -10,7 +11,12 @@
 * @author Administrator
 *
 */
public class CouponInfoVO {
public class CouponInfoVO implements Serializable {
   /**
    *
    */
   private static final long serialVersionUID = 1L;
   @Expose
   private int totalCount;// 总数量
   @Expose
@@ -27,6 +33,16 @@
   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;