Commit e25b0d1c authored by fuyunnan's avatar fuyunnan

添加获取库存接口

parent e2a07083
...@@ -110,4 +110,16 @@ interface StoreServiceInterface ...@@ -110,4 +110,16 @@ interface StoreServiceInterface
* Date: 2020/7/27 * Date: 2020/7/27
*/ */
public function getListStock($ids, $wareId = 0): array; public function getListStock($ids, $wareId = 0): array;
/**
* description:检查是否有库存,有就返回库存数量(有记录)
* author: fuyunnan
* @param array $ids 仓库产品的id数组
* @return array
* @throws
* Date: 2020/7/31
*/
public function checkStock($ids):array;
} }
\ 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