From dd5b15229cb15459fa7c31ccea77dac28cbfafbd Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期一, 13 四月 2020 10:04:20 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/div' into div

---
 fanli/src/main/java/com/yeshi/fanli/entity/jd/JDGoods.java |  220 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 219 insertions(+), 1 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/jd/JDGoods.java b/fanli/src/main/java/com/yeshi/fanli/entity/jd/JDGoods.java
index 7fa41d4..529c977 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/jd/JDGoods.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/jd/JDGoods.java
@@ -1,5 +1,223 @@
 package com.yeshi.fanli.entity.jd;
 
-public class JDGoods {
+import java.io.Serializable;
+import java.math.BigDecimal;
+import java.util.List;
 
+import com.yeshi.fanli.dto.jd.JDCategoryInfo;
+import com.yeshi.fanli.dto.jd.JDCommissionInfo;
+import com.yeshi.fanli.dto.jd.JDCouponInfo;
+import com.yeshi.fanli.dto.jd.JDPingouInfo;
+import com.yeshi.fanli.dto.jd.JDShopInfo;
+
+/**
+ * 浜笢鍟嗗搧
+ * 
+ * @author Administrator
+ *
+ */
+public class JDGoods implements Serializable {
+	/**
+	 * 
+	 */
+	private static final long serialVersionUID = 1L;
+	private JDCategoryInfo categoryInfo;// 绫荤洰淇℃伅
+	private Long comments;// 璇勮鏁�
+	private JDCommissionInfo commissionInfo;// 浣i噾淇℃伅
+	private List<JDCouponInfo> couponInfoList;// 浼樻儬鍒镐俊鎭紝杩斿洖鍐呭涓虹┖璇存槑璇KU鏃犲彲鐢ㄤ紭鎯犲埜
+	private BigDecimal goodCommentsShare;// 鍟嗗搧濂借瘎鐜�
+	private List<String> imageList;// 鍥剧墖淇℃伅
+	private Long inOrderCount30Days;// 30澶╁紩鍗曟暟閲�
+	private String materialUrl;// 鍟嗗搧钀藉湴椤�
+	private BigDecimal price;// 浠锋牸淇℃伅
+	private JDShopInfo shopInfo;// 搴楅摵淇℃伅
+	private Long skuId;// 鍟嗗搧ID
+	private String skuName;// 鍟嗗搧鍚嶇О
+	private String picUrl;// 鍟嗗搧鍥剧墖
+	private Integer isHot;// 鏄惁鐖嗘锛�1锛氭槸锛�0锛氬惁
+	private Long spuid;// spuid锛屽叾鍊间负鍚屾鍟嗗搧鐨勪富skuid
+	private String brandCode;// 鍝佺墝code
+	private String brandName;// 鍝佺墝鍚�
+	private String owner;// g=鑷惀锛宲=pop
+	private JDPingouInfo pinGouInfo;// 鎷艰喘淇℃伅
+	private Long totalCount;// 鏈夋晥鍟嗗搧鎬绘暟閲�
+	private Integer isFreeShipping; // 鏄惁鍖呴偖(1:鏄�,0:鍚�,2:鑷惀鍟嗗搧閬典粠涓荤珯鍖呴偖瑙勫垯)
+
+	private BigDecimal commissionPlus;// 浣i噾姣斾緥 : 浜笢plus浼氬憳
+
+	public JDCategoryInfo getCategoryInfo() {
+		return categoryInfo;
+	}
+
+	public void setCategoryInfo(JDCategoryInfo categoryInfo) {
+		this.categoryInfo = categoryInfo;
+	}
+
+	public Long getComments() {
+		return comments;
+	}
+
+	public void setComments(Long comments) {
+		this.comments = comments;
+	}
+
+	public JDCommissionInfo getCommissionInfo() {
+		return commissionInfo;
+	}
+
+	public void setCommissionInfo(JDCommissionInfo commissionInfo) {
+		this.commissionInfo = commissionInfo;
+	}
+
+	public List<JDCouponInfo> getCouponInfoList() {
+		return couponInfoList;
+	}
+
+	public void setCouponInfoList(List<JDCouponInfo> couponInfoList) {
+		this.couponInfoList = couponInfoList;
+	}
+
+	public BigDecimal getGoodCommentsShare() {
+		return goodCommentsShare;
+	}
+
+	public void setGoodCommentsShare(BigDecimal goodCommentsShare) {
+		this.goodCommentsShare = goodCommentsShare;
+	}
+
+	public List<String> getImageList() {
+		return imageList;
+	}
+
+	public void setImageList(List<String> imageList) {
+		this.imageList = imageList;
+	}
+
+	public Long getInOrderCount30Days() {
+		return inOrderCount30Days;
+	}
+
+	public void setInOrderCount30Days(Long inOrderCount30Days) {
+		this.inOrderCount30Days = inOrderCount30Days;
+	}
+
+	public String getMaterialUrl() {
+		return materialUrl;
+	}
+
+	public void setMaterialUrl(String materialUrl) {
+		this.materialUrl = materialUrl;
+	}
+
+	public BigDecimal getPrice() {
+		return price;
+	}
+
+	public void setPrice(BigDecimal price) {
+		this.price = price;
+	}
+
+	public JDShopInfo getShopInfo() {
+		return shopInfo;
+	}
+
+	public void setShopInfo(JDShopInfo shopInfo) {
+		this.shopInfo = shopInfo;
+	}
+
+	public Long getSkuId() {
+		return skuId;
+	}
+
+	public void setSkuId(Long skuId) {
+		this.skuId = skuId;
+	}
+
+	public String getSkuName() {
+		return skuName;
+	}
+
+	public void setSkuName(String skuName) {
+		this.skuName = skuName;
+	}
+
+	public Integer getIsHot() {
+		return isHot;
+	}
+
+	public void setIsHot(Integer isHot) {
+		this.isHot = isHot;
+	}
+
+	public Long getSpuid() {
+		return spuid;
+	}
+
+	public void setSpuid(Long spuid) {
+		this.spuid = spuid;
+	}
+
+	public String getBrandCode() {
+		return brandCode;
+	}
+
+	public void setBrandCode(String brandCode) {
+		this.brandCode = brandCode;
+	}
+
+	public String getBrandName() {
+		return brandName;
+	}
+
+	public void setBrandName(String brandName) {
+		this.brandName = brandName;
+	}
+
+	public String getOwner() {
+		return owner;
+	}
+
+	public void setOwner(String owner) {
+		this.owner = owner;
+	}
+
+	public JDPingouInfo getPinGouInfo() {
+		return pinGouInfo;
+	}
+
+	public void setPinGouInfo(JDPingouInfo pinGouInfo) {
+		this.pinGouInfo = pinGouInfo;
+	}
+
+	public Long getTotalCount() {
+		return totalCount;
+	}
+
+	public void setTotalCount(Long totalCount) {
+		this.totalCount = totalCount;
+	}
+
+	public String getPicUrl() {
+		return picUrl;
+	}
+
+	public void setPicUrl(String picUrl) {
+		this.picUrl = picUrl;
+	}
+
+	public Integer getIsFreeShipping() {
+		return isFreeShipping;
+	}
+
+	public void setIsFreeShipping(Integer isFreeShipping) {
+		this.isFreeShipping = isFreeShipping;
+	}
+
+	public BigDecimal getCommissionPlus() {
+		return commissionPlus;
+	}
+
+	public void setCommissionPlus(BigDecimal commissionPlus) {
+		this.commissionPlus = commissionPlus;
+	}
 }

--
Gitblit v1.8.0