...
|
...
|
@@ -30,7 +30,7 @@ public class ProductPriceBO { |
|
|
public ProductPriceBO(ProductPrice productPrice) {
|
|
|
super();
|
|
|
this.productId = productPrice.getProductId();
|
|
|
this.specialPrice = productPrice.getSalesPrice();
|
|
|
this.specialPrice = productPrice.getSpecialPrice();
|
|
|
this.marketPrice = productPrice.getMarketPrice();
|
|
|
this.salesPrice = productPrice.getSalesPrice();
|
|
|
this.vipPrice = productPrice.getVipPrice();
|
...
|
...
|
|