Commit e2a07083 authored by fuyunnan's avatar fuyunnan

删除仓库不需要的rpc

parent 396d846f
......@@ -110,16 +110,4 @@ interface StoreServiceInterface
* Date: 2020/7/27
*/
public function getListStock($ids, $wareId = 0): array;
/**
* description:修改产品的库存
* author: fuyunnan
* @param array $where 筛选条件 ['product_id'=>1,'warehouse_id'=>1] 必须传
* @param array $update 修改内容数组 ['cnt'=>1] 修改库存数量
* @return int
* @throws
* Date: 2020/7/27
*/
public function updateOrInsertStock($where, $update): int;
}
\ No newline at end of file
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