| package com.matrix.system.shopXcx.api.vo; | 
|   | 
| import com.matrix.system.common.bean.EntityDTOExt; | 
| import com.matrix.system.shopXcx.bean.ShopActivitiesGroupPrice; | 
|   | 
| import java.io.Serializable; | 
| import java.math.BigDecimal; | 
| import java.util.List; | 
|   | 
| public class WxActivitiesGroupBuyVO extends EntityDTOExt implements Serializable { | 
|   | 
|     private static final long serialVersionUID = -5747051492539456507L; | 
|   | 
|     private Long id; | 
|   | 
|     private Long time; | 
|   | 
|     private Long goodsId; | 
|   | 
|     private String goodsName; | 
|   | 
|     private String goodsIntro; | 
|   | 
|     private String goodsPic; | 
|   | 
|     private Integer actStatus; | 
|   | 
|     private BigDecimal prePrice; | 
|   | 
|     private BigDecimal nowPrice; | 
|   | 
|     private Integer status; | 
|   | 
|     private Long shopId; | 
|   | 
|     private Long companyId; | 
|   | 
|     List<ShopActivitiesGroupPrice> groupPriceList; | 
|   | 
|     public Long getId() { | 
|         return id; | 
|     } | 
|   | 
|     public void setId(Long id) { | 
|         this.id = id; | 
|     } | 
|   | 
|     public String getGoodsIntro() { | 
|         return goodsIntro; | 
|     } | 
|   | 
|     public void setGoodsIntro(String goodsIntro) { | 
|         this.goodsIntro = goodsIntro; | 
|     } | 
|   | 
|     public Long getTime() { | 
|         return time; | 
|     } | 
|   | 
|     public void setTime(Long time) { | 
|         this.time = time; | 
|     } | 
|   | 
|     public Long getGoodsId() { | 
|         return goodsId; | 
|     } | 
|   | 
|     public void setGoodsId(Long goodsId) { | 
|         this.goodsId = goodsId; | 
|     } | 
|   | 
|     public String getGoodsName() { | 
|         return goodsName; | 
|     } | 
|   | 
|     public void setGoodsName(String goodsName) { | 
|         this.goodsName = goodsName; | 
|     } | 
|   | 
|     public Integer getActStatus() { | 
|         return actStatus; | 
|     } | 
|   | 
|     public void setActStatus(Integer actStatus) { | 
|         this.actStatus = actStatus; | 
|     } | 
|   | 
|     public BigDecimal getPrePrice() { | 
|         return prePrice; | 
|     } | 
|   | 
|     public void setPrePrice(BigDecimal prePrice) { | 
|         this.prePrice = prePrice; | 
|     } | 
|   | 
|     public BigDecimal getNowPrice() { | 
|         return nowPrice; | 
|     } | 
|   | 
|     public void setNowPrice(BigDecimal nowPrice) { | 
|         this.nowPrice = nowPrice; | 
|     } | 
|   | 
|     public Long getShopId() { | 
|         return shopId; | 
|     } | 
|   | 
|     public void setShopId(Long shopId) { | 
|         this.shopId = shopId; | 
|     } | 
|   | 
|     public Integer getStatus() { | 
|         return status; | 
|     } | 
|   | 
|     public void setStatus(Integer status) { | 
|         this.status = status; | 
|     } | 
|   | 
|     public List<ShopActivitiesGroupPrice> getGroupPriceList() { | 
|         return groupPriceList; | 
|     } | 
|   | 
|     public void setGroupPriceList(List<ShopActivitiesGroupPrice> groupPriceList) { | 
|         this.groupPriceList = groupPriceList; | 
|     } | 
|   | 
|     public String getGoodsPic() { | 
|         return goodsPic; | 
|     } | 
|   | 
|     public void setGoodsPic(String goodsPic) { | 
|         this.goodsPic = goodsPic; | 
|     } | 
|   | 
|     public Long getCompanyId() { | 
|         return companyId; | 
|     } | 
|   | 
|     public void setCompanyId(Long companyId) { | 
|         this.companyId = companyId; | 
|     } | 
| } |