Explorar el Código

订单商品实体类添加属性

Aslee hace 4 años
padre
commit
097c7c7e44

+ 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;
 }