Commit 2ef86092 by xmy

Merge branch 'ft-traffic'

parents ba6d4eee 4d996edc
...@@ -217,4 +217,12 @@ interface GoodsInterface ...@@ -217,4 +217,12 @@ interface GoodsInterface
* @return mixed * @return mixed
*/ */
public function sumGoodsPrice($storeId, $goods); public function sumGoodsPrice($storeId, $goods);
/**
* 添加商品
* @param $storeId
* @param $param
* @return mixed
*/
public function add($storeId, $param);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment