瀏覽代碼

订单商品实体类添加属性

Aslee 4 年之前
父節點
當前提交
097c7c7e44
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      base-module/src/main/java/com/caimei/module/base/entity/po/CmOrderProduct.java

+ 5 - 0
base-module/src/main/java/com/caimei/module/base/entity/po/CmOrderProduct.java

@@ -328,5 +328,10 @@ public class CmOrderProduct implements Serializable {
 
     private Integer cancelNum;
 
+    /**
+     * 启用阶梯价格标识 0否 1是
+     */
+    private Integer ladderPriceFlag;
+
     private static final long serialVersionUID = 1L;
 }