|
@@ -117,6 +117,7 @@ public class NewOrderProduct extends DataEntity<NewOrderProduct> {
|
|
private Integer couponsLogo; //显示优惠券查看: 1不显示 2显示
|
|
private Integer couponsLogo; //显示优惠券查看: 1不显示 2显示
|
|
private String commodityType;//商品属性:1产品,2仪器
|
|
private String commodityType;//商品属性:1产品,2仪器
|
|
private Double svipReduction;//超级会员优惠
|
|
private Double svipReduction;//超级会员优惠
|
|
|
|
+ private Double svipTaxReduction;//超级会员税费优惠
|
|
|
|
|
|
public Integer getLadderPriceFlag() {
|
|
public Integer getLadderPriceFlag() {
|
|
return ladderPriceFlag;
|
|
return ladderPriceFlag;
|
|
@@ -998,4 +999,12 @@ public class NewOrderProduct extends DataEntity<NewOrderProduct> {
|
|
public void setSvipReduction(Double svipReduction) {
|
|
public void setSvipReduction(Double svipReduction) {
|
|
this.svipReduction = svipReduction;
|
|
this.svipReduction = svipReduction;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public Double getSvipTaxReduction() {
|
|
|
|
+ return svipTaxReduction;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ public void setSvipTaxReduction(Double svipTaxReduction) {
|
|
|
|
+ this.svipTaxReduction = svipTaxReduction;
|
|
|
|
+ }
|
|
}
|
|
}
|