Ver código fonte

活动字段

chao 4 anos atrás
pai
commit
7a33a98ff2

+ 1 - 1
base-module/src/main/java/com/caimei/module/base/entity/bo/CartItem.java

@@ -39,7 +39,7 @@ public class CartItem implements Serializable {
     /**
      * 活动状态:1有效,0失效
      */
-    private Integer activityFlag;
+    private Integer actStatus;
     /**
      * 启用阶梯价格标识:1是,0否
      */