|
@@ -131,6 +131,11 @@ public class CmOrder implements Serializable {
|
|
|
*/
|
|
|
private BigDecimal discountFee;
|
|
|
|
|
|
+ /**
|
|
|
+ * 促销满减优惠
|
|
|
+ */
|
|
|
+ private BigDecimal promotionFullReduction;
|
|
|
+
|
|
|
private Long spID;
|
|
|
|
|
|
private Long mainSpID;
|
|
@@ -190,6 +195,11 @@ public class CmOrder implements Serializable {
|
|
|
*/
|
|
|
private Integer presentCount;
|
|
|
|
|
|
+ /**
|
|
|
+ * 促销赠品总数
|
|
|
+ */
|
|
|
+ private Integer promotionalGiftsCount;
|
|
|
+
|
|
|
/**
|
|
|
* 库分期免息状态 0、免息 1、不免息[V5.0.0版本已废弃]
|
|
|
*/
|