package com.ishop.model.vo;
|
|
import com.ishop.model.po.EbProductAttr;
|
import com.ishop.model.po.EbProductAttrValue;
|
|
import java.io.Serializable;
|
import java.util.List;
|
|
/**
|
* 后台商品详情展示。
|
* @date 2023-06-20
|
*/
|
public class ProductInfoVo implements Serializable {
|
|
public Long getId() {
|
return id;
|
}
|
|
public void setId(Long id) {
|
this.id = id;
|
}
|
|
public String getImage() {
|
return image;
|
}
|
|
public void setImage(String image) {
|
this.image = image;
|
}
|
|
public String getSliderImage() {
|
return sliderImage;
|
}
|
|
public void setSliderImage(String sliderImage) {
|
this.sliderImage = sliderImage;
|
}
|
|
public String getName() {
|
return name;
|
}
|
|
public void setName(String name) {
|
this.name = name;
|
}
|
|
public String getIntro() {
|
return intro;
|
}
|
|
public void setIntro(String intro) {
|
this.intro = intro;
|
}
|
|
public String getKeyword() {
|
return keyword;
|
}
|
|
public void setKeyword(String keyword) {
|
this.keyword = keyword;
|
}
|
|
public String getCateId() {
|
return cateId;
|
}
|
|
public void setCateId(String cateId) {
|
this.cateId = cateId;
|
}
|
|
public Integer getBrandId() {
|
return brandId;
|
}
|
|
public void setBrandId(Integer brandId) {
|
this.brandId = brandId;
|
}
|
|
public Integer getCategoryId() {
|
return categoryId;
|
}
|
|
public void setCategoryId(Integer categoryId) {
|
this.categoryId = categoryId;
|
}
|
|
public String getGuaranteeIds() {
|
return guaranteeIds;
|
}
|
|
public void setGuaranteeIds(String guaranteeIds) {
|
this.guaranteeIds = guaranteeIds;
|
}
|
|
public String getUnitName() {
|
return unitName;
|
}
|
|
public void setUnitName(String unitName) {
|
this.unitName = unitName;
|
}
|
|
public Integer getSort() {
|
return sort;
|
}
|
|
public void setSort(Integer sort) {
|
this.sort = sort;
|
}
|
|
public Integer getGiveIntegral() {
|
return giveIntegral;
|
}
|
|
public void setGiveIntegral(Integer giveIntegral) {
|
this.giveIntegral = giveIntegral;
|
}
|
|
public Integer getFicti() {
|
return ficti;
|
}
|
|
public void setFicti(Integer ficti) {
|
this.ficti = ficti;
|
}
|
|
public Boolean getSpecType() {
|
return specType;
|
}
|
|
public void setSpecType(Boolean specType) {
|
this.specType = specType;
|
}
|
|
public List<EbProductAttr> getAttr() {
|
return attr;
|
}
|
|
public void setAttr(List<EbProductAttr> attr) {
|
this.attr = attr;
|
}
|
|
public List<EbProductAttrValue> getAttrValue() {
|
return attrValue;
|
}
|
|
public void setAttrValue(List<EbProductAttrValue> attrValue) {
|
this.attrValue = attrValue;
|
}
|
|
public String getContent() {
|
return content;
|
}
|
|
public void setContent(String content) {
|
this.content = content;
|
}
|
|
public List<Integer> getCouponIds() {
|
return couponIds;
|
}
|
|
public void setCouponIds(List<Integer> couponIds) {
|
this.couponIds = couponIds;
|
}
|
|
public List<CouponVo> getCouponList() {
|
return couponList;
|
}
|
|
public void setCouponList(List<CouponVo> couponList) {
|
this.couponList = couponList;
|
}
|
|
public String getFlatPattern() {
|
return flatPattern;
|
}
|
|
public void setFlatPattern(String flatPattern) {
|
this.flatPattern = flatPattern;
|
}
|
|
public Integer getTempId() {
|
return tempId;
|
}
|
|
public void setTempId(Integer tempId) {
|
this.tempId = tempId;
|
}
|
|
public Boolean getSub() {
|
return isSub;
|
}
|
|
public void setSub(Boolean sub) {
|
isSub = sub;
|
}
|
|
// @ApiModelProperty(value = "商品id")
|
private Long id;
|
|
// @ApiModelProperty(value = "商品图片")
|
private String image;
|
|
// @ApiModelProperty(value = "轮播图")
|
private String sliderImage;
|
|
// @ApiModelProperty(value = "商品名称")
|
private String name;
|
|
// @ApiModelProperty(value = "商品简介")
|
private String intro;
|
|
// @ApiModelProperty(value = "关键字")
|
private String keyword;
|
|
// @ApiModelProperty(value = "商户分类id(逗号拼接)")
|
private String cateId;
|
|
// @ApiModelProperty(value = "品牌id")
|
private Integer brandId;
|
|
// @ApiModelProperty(value = "平台分类id")
|
private Integer categoryId;
|
|
// @ApiModelProperty(value = "保障服务ids(英文逗号拼接)")
|
private String guaranteeIds;
|
|
// @ApiModelProperty(value = "单位名")
|
private String unitName;
|
|
// @ApiModelProperty(value = "排序")
|
private Integer sort;
|
|
// @ApiModelProperty(value = "获得积分")
|
private Integer giveIntegral;
|
|
// @ApiModelProperty(value = "虚拟销量")
|
private Integer ficti;
|
|
// @ApiModelProperty(value = "规格 0单 1多")
|
private Boolean specType;
|
|
// @ApiModelProperty(value = "商品属性")
|
private List<EbProductAttr> attr;
|
|
// @ApiModelProperty(value = "商品属性详情")
|
//private List<AttrValueResponse> attrValue;
|
private List<EbProductAttrValue> attrValue;
|
|
// @ApiModelProperty(value = "商品描述")
|
private String content;
|
|
// @ApiModelProperty(value = "优惠券Ids(商户端)")
|
private List<Integer> couponIds;
|
|
// @ApiModelProperty(value = "优惠券列表(平台端)")
|
private List<CouponVo> couponList;
|
|
// @ApiModelProperty(value = "展示图")
|
private String flatPattern;
|
|
// @ApiModelProperty(value = "运费模板ID")
|
private Integer tempId;
|
|
// @ApiModelProperty(value = "是否单独分佣")
|
private Boolean isSub;
|
}
|