From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 25 二月 2025 16:41:22 +0800 Subject: [PATCH] 淘宝转链接口更新 --- fanli/src/main/java/com/yeshi/fanli/entity/jd/JDGoods.java | 433 +++++++++++++++++++++++++++++------------------------- 1 files changed, 233 insertions(+), 200 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 378d37e..83a91bb 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,200 +1,233 @@ -package com.yeshi.fanli.entity.jd; - -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 { - private JDCategoryInfo categoryInfo;// 绫荤洰淇℃伅 - private Long comments;// 璇勮鏁� - private JDCommissionInfo commissionInfo;// 浣i噾淇℃伅 - private JDCouponInfo couponInfo;// 浼樻儬鍒镐俊鎭紝杩斿洖鍐呭涓虹┖璇存槑璇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 String picUrl; - - 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 JDCouponInfo getCouponInfo() { - return couponInfo; - } - - public void setCouponInfo(JDCouponInfo couponInfo) { - this.couponInfo = couponInfo; - } - - 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; - } -} +package com.yeshi.fanli.entity.jd; + +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; +import com.yeshi.fanli.entity.goods.BaseGoodsInfo; + +/** + * 浜笢鍟嗗搧 + * + * @author Administrator + * + */ +public class JDGoods extends BaseGoodsInfo 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 itemId; + 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; + } + + public String getItemId() { + return itemId; + } + + public void setItemId(String itemId) { + this.itemId = itemId; + } +} -- Gitblit v1.8.0