Przeglądaj źródła

修改供应商下架商品

plf 4 lat temu
rodzic
commit
4902232648

+ 10 - 0
base-module/src/main/java/com/caimei/module/base/entity/po/CmOrder.java

@@ -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版本已废弃]
      */