Browse Source

goodstype

master
weigang 5 years ago
parent
commit
ecaa5b24a4
  1. 3
      app/Model/v3/ShoppingCart.php

3
app/Model/v3/ShoppingCart.php

@ -18,7 +18,8 @@ class ShoppingCart extends Model
'market_id', 'market_id',
'store_id', 'store_id',
'num', 'num',
'activity_type'
'activity_type',
'goods_type'
]; ];
public function store() public function store()

Loading…
Cancel
Save