Commit 1e5244e4 authored by fuyunnan's avatar fuyunnan

添加仓库入库单 rpc

parent b7bca443
...@@ -18,4 +18,16 @@ interface StoreServiceInterface ...@@ -18,4 +18,16 @@ interface StoreServiceInterface
* @return array 默认keyBy('id') * @return array 默认keyBy('id')
*/ */
public function getByIdList(array $idList, array $columns = ['*']): array; public function getByIdList(array $idList, array $columns = ['*']): array;
/**
* description:创建入库单
* author: fuyunnan
* @param array $data 需要入库的数组 格式请参考yapi 入库添加
* @return int
* @throws
* Date: 2020/7/6
*/
public function createWarehousing(array $data) : int;
} }
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