@@ -96,5 +96,10 @@ public class CartItem implements Serializable {
*/
private BigDecimal taxRate;
+ /**
+ * 商品属性:1产品,2仪器
+ */
+ private Integer commodityType;
+
private static final long serialVersionUID = 1L;
}
@@ -311,4 +311,9 @@ public class CmOrder implements Serializable {
* 订单0成本标识
private Integer zeroCostFlag;
+ * 使用优惠券金额
+ private BigDecimal couponAmount;
@@ -162,11 +162,6 @@ public class ProductVo extends Product {
private String shopName;
- /**
- * 供应商id
- */
- private Integer shopID;
-
/**
* 是否参与美博会,1是,0否