Commit f2bdfb29 authored by fuyunnan's avatar fuyunnan

修改rpc仓库

parent 1e5244e4
...@@ -24,10 +24,10 @@ interface StoreServiceInterface ...@@ -24,10 +24,10 @@ interface StoreServiceInterface
* description:创建入库单 * description:创建入库单
* author: fuyunnan * author: fuyunnan
* @param array $data 需要入库的数组 格式请参考yapi 入库添加 * @param array $data 需要入库的数组 格式请参考yapi 入库添加
* @return int * @return array
* @throws * @throws
* Date: 2020/7/6 * Date: 2020/7/6
*/ */
public function createWarehousing(array $data) : int; public function createWarehousing(array $data) : array ;
} }
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