...
|
...
|
@@ -29,29 +29,18 @@ public class ProductIBO implements Serializable { |
|
|
private String style;
|
|
|
private String pattern;
|
|
|
private String islimited;
|
|
|
private Integer ishot;
|
|
|
private String isHot;
|
|
|
private String isSpecial;
|
|
|
private Integer isspecial;
|
|
|
private String isSales;
|
|
|
private Integer issales;
|
|
|
private String isAdvance;
|
|
|
private Integer isadvance;
|
|
|
private String isDepositAdvance;
|
|
|
private String isLimitbuy;
|
|
|
private String isAuditing;
|
|
|
private Integer isauditing;
|
|
|
private Integer isrecommend;
|
|
|
private Integer ispromotion;
|
|
|
private Integer attribute;
|
|
|
private String seasons;
|
|
|
private Integer seasonsS;
|
|
|
private Integer firstShelveTime;
|
|
|
private Integer shelveTime;
|
|
|
private String shelveDay;
|
|
|
private Integer editTime;
|
|
|
private String isDown;
|
|
|
private Integer isdown;
|
|
|
private Integer status;
|
|
|
private Integer isOutlets;
|
|
|
private Integer folderId;
|
...
|
...
|
@@ -70,7 +59,6 @@ public class ProductIBO implements Serializable { |
|
|
private String brandNameCn;
|
|
|
private String brandNameEn;
|
|
|
private String brandKeyword;
|
|
|
private String hotKeyword;
|
|
|
private String brandName;
|
|
|
private String brandDomain;
|
|
|
private String brandAlif;
|
...
|
...
|
@@ -89,7 +77,6 @@ public class ProductIBO implements Serializable { |
|
|
private String shopDomain;
|
|
|
private Integer shopCreateTime;
|
|
|
|
|
|
private Integer isForbiddenSortBrand;// 是否是品类+品牌的屏蔽字段
|
|
|
private String forbiddenPageIds;// 需要屏蔽的页面id
|
|
|
|
|
|
// from quanqiugou
|
...
|
...
|
@@ -302,30 +289,6 @@ public class ProductIBO implements Serializable { |
|
|
this.status = status;
|
|
|
}
|
|
|
|
|
|
public Integer getSeasonsS() {
|
|
|
return seasonsS;
|
|
|
}
|
|
|
|
|
|
public void setSeasonsS(Integer seasonsS) {
|
|
|
this.seasonsS = seasonsS;
|
|
|
}
|
|
|
|
|
|
public Integer getIsspecial() {
|
|
|
return isspecial;
|
|
|
}
|
|
|
|
|
|
public void setIsspecial(Integer isspecial) {
|
|
|
this.isspecial = isspecial;
|
|
|
}
|
|
|
|
|
|
public String getIsHot() {
|
|
|
return isHot;
|
|
|
}
|
|
|
|
|
|
public void setIsHot(String isHot) {
|
|
|
this.isHot = isHot == null ? null : isHot.trim();
|
|
|
}
|
|
|
|
|
|
public Integer getFolderId() {
|
|
|
return folderId;
|
|
|
}
|
...
|
...
|
@@ -334,14 +297,6 @@ public class ProductIBO implements Serializable { |
|
|
this.folderId = folderId;
|
|
|
}
|
|
|
|
|
|
public Integer getIshot() {
|
|
|
return ishot;
|
|
|
}
|
|
|
|
|
|
public void setIshot(Integer ishot) {
|
|
|
this.ishot = ishot;
|
|
|
}
|
|
|
|
|
|
public Integer getIspromotion() {
|
|
|
return ispromotion;
|
|
|
}
|
...
|
...
|
@@ -366,14 +321,6 @@ public class ProductIBO implements Serializable { |
|
|
this.isSales = isSales == null ? null : isSales.trim();
|
|
|
}
|
|
|
|
|
|
public Integer getIssales() {
|
|
|
return issales;
|
|
|
}
|
|
|
|
|
|
public void setIssales(Integer issales) {
|
|
|
this.issales = issales;
|
|
|
}
|
|
|
|
|
|
public String getIsAdvance() {
|
|
|
return isAdvance;
|
|
|
}
|
...
|
...
|
@@ -382,30 +329,6 @@ public class ProductIBO implements Serializable { |
|
|
this.isAdvance = isAdvance == null ? null : isAdvance.trim();
|
|
|
}
|
|
|
|
|
|
public Integer getIsadvance() {
|
|
|
return isadvance;
|
|
|
}
|
|
|
|
|
|
public void setIsadvance(Integer isadvance) {
|
|
|
this.isadvance = isadvance;
|
|
|
}
|
|
|
|
|
|
public String getIsAuditing() {
|
|
|
return isAuditing;
|
|
|
}
|
|
|
|
|
|
public void setIsAuditing(String isAuditing) {
|
|
|
this.isAuditing = isAuditing == null ? null : isAuditing.trim();
|
|
|
}
|
|
|
|
|
|
public Integer getIsauditing() {
|
|
|
return isauditing;
|
|
|
}
|
|
|
|
|
|
public void setIsauditing(Integer isauditing) {
|
|
|
this.isauditing = isauditing;
|
|
|
}
|
|
|
|
|
|
public Integer getAttribute() {
|
|
|
return attribute;
|
|
|
}
|
...
|
...
|
@@ -422,30 +345,6 @@ public class ProductIBO implements Serializable { |
|
|
this.seasons = seasons == null ? null : seasons.trim();
|
|
|
}
|
|
|
|
|
|
public String getIsDown() {
|
|
|
return isDown;
|
|
|
}
|
|
|
|
|
|
public void setIsDown(String isDown) {
|
|
|
this.isDown = isDown == null ? null : isDown.trim();
|
|
|
}
|
|
|
|
|
|
public Integer getIsdown() {
|
|
|
return isdown;
|
|
|
}
|
|
|
|
|
|
public void setIsdown(Integer isdown) {
|
|
|
this.isdown = isdown;
|
|
|
}
|
|
|
|
|
|
public Integer getIsrecommend() {
|
|
|
return isrecommend;
|
|
|
}
|
|
|
|
|
|
public void setIsrecommend(Integer isrecommend) {
|
|
|
this.isrecommend = isrecommend;
|
|
|
}
|
|
|
|
|
|
public Integer getIsOutlets() {
|
|
|
return isOutlets;
|
|
|
}
|
...
|
...
|
@@ -502,14 +401,6 @@ public class ProductIBO implements Serializable { |
|
|
this.brandKeyword = brandKeyword == null ? null : brandKeyword.trim();
|
|
|
}
|
|
|
|
|
|
public String getHotKeyword() {
|
|
|
return hotKeyword;
|
|
|
}
|
|
|
|
|
|
public void setHotKeyword(String hotKeyword) {
|
|
|
this.hotKeyword = hotKeyword == null ? null : hotKeyword.trim();
|
|
|
}
|
|
|
|
|
|
public String getBrandName() {
|
|
|
return brandName;
|
|
|
}
|
...
|
...
|
@@ -630,14 +521,6 @@ public class ProductIBO implements Serializable { |
|
|
this.isLimitbuy = isLimitbuy;
|
|
|
}
|
|
|
|
|
|
public Integer getIsForbiddenSortBrand() {
|
|
|
return isForbiddenSortBrand;
|
|
|
}
|
|
|
|
|
|
public void setIsForbiddenSortBrand(Integer isForbiddenSortBrand) {
|
|
|
this.isForbiddenSortBrand = isForbiddenSortBrand;
|
|
|
}
|
|
|
|
|
|
public String getForbiddenPageIds() {
|
|
|
return forbiddenPageIds;
|
|
|
}
|
...
|
...
|
|