...
|
...
|
@@ -63,13 +63,13 @@ public class ProductIndexBO extends ProductIBO implements Serializable { |
|
|
private String yohoodId;
|
|
|
|
|
|
// from base_pin_ratio
|
|
|
private double basePinRatio;
|
|
|
//private double basePinRatio;
|
|
|
|
|
|
// from broken_code
|
|
|
private double breakingRate;
|
|
|
//private double breakingRate;
|
|
|
|
|
|
// from discount_product_skn
|
|
|
private double discountScore;
|
|
|
//private double discountScore;
|
|
|
private String poolIds;
|
|
|
private String hrShopIds;
|
|
|
|
...
|
...
|
@@ -305,17 +305,17 @@ public class ProductIndexBO extends ProductIBO implements Serializable { |
|
|
return yohoodId;
|
|
|
}
|
|
|
|
|
|
public double getBasePinRatio() {
|
|
|
return basePinRatio;
|
|
|
}
|
|
|
|
|
|
public double getBreakingRate() {
|
|
|
return breakingRate;
|
|
|
}
|
|
|
|
|
|
public double getDiscountScore() {
|
|
|
return discountScore;
|
|
|
}
|
|
|
// public double getBasePinRatio() {
|
|
|
// return basePinRatio;
|
|
|
// }
|
|
|
//
|
|
|
// public double getBreakingRate() {
|
|
|
// return breakingRate;
|
|
|
// }
|
|
|
//
|
|
|
// public double getDiscountScore() {
|
|
|
// return discountScore;
|
|
|
// }
|
|
|
|
|
|
public void setProductKeyword(String productKeyword) {
|
|
|
this.productKeyword = productKeyword;
|
...
|
...
|
@@ -381,17 +381,17 @@ public class ProductIndexBO extends ProductIBO implements Serializable { |
|
|
this.yohoodId = yohoodId;
|
|
|
}
|
|
|
|
|
|
public void setBasePinRatio(double basePinRatio) {
|
|
|
this.basePinRatio = basePinRatio;
|
|
|
}
|
|
|
|
|
|
public void setBreakingRate(double breakingRate) {
|
|
|
this.breakingRate = breakingRate;
|
|
|
}
|
|
|
|
|
|
public void setDiscountScore(double discountScore) {
|
|
|
this.discountScore = discountScore;
|
|
|
}
|
|
|
// public void setBasePinRatio(double basePinRatio) {
|
|
|
// this.basePinRatio = basePinRatio;
|
|
|
// }
|
|
|
//
|
|
|
// public void setBreakingRate(double breakingRate) {
|
|
|
// this.breakingRate = breakingRate;
|
|
|
// }
|
|
|
//
|
|
|
// public void setDiscountScore(double discountScore) {
|
|
|
// this.discountScore = discountScore;
|
|
|
// }
|
|
|
|
|
|
public String getPoolIds() {
|
|
|
return poolIds;
|
...
|
...
|
|