| | |
| | | import java.io.Serializable; |
| | | import java.util.List; |
| | | |
| | | import com.yeshi.fanli.entity.goods.CommonGoods; |
| | | import com.yeshi.goods.facade.entity.taobao.TaoBaoGoodsBrief; |
| | | |
| | | public class CommonContentResult implements Serializable { |
| | | private static final long serialVersionUID = 1L; |
| | | private List<TaoBaoGoodsBrief> goodsList; |
| | | private List<CommonGoods> goodsList; |
| | | private long count; |
| | | |
| | | public List<TaoBaoGoodsBrief> getGoodsList() { |
| | | |
| | | public List<CommonGoods> getGoodsList() { |
| | | return goodsList; |
| | | } |
| | | |
| | | public void setGoodsList(List<TaoBaoGoodsBrief> goodsList) { |
| | | public void setGoodsList(List<CommonGoods> goodsList) { |
| | | this.goodsList = goodsList; |
| | | } |
| | | |
| | |
| | | this.count = count; |
| | | } |
| | | |
| | | public CommonContentResult(List<TaoBaoGoodsBrief> goodsList, long count) { |
| | | this.goodsList = goodsList; |
| | | this.count = count; |
| | | public CommonContentResult() { |
| | | } |
| | | |
| | | public CommonContentResult() { |
| | | public CommonContentResult(List<CommonGoods> goodsList, long count) { |
| | | this.goodsList = goodsList; |
| | | this.count = count; |
| | | } |
| | | } |