Commit a24675c6 authored by 秦俊坤's avatar 秦俊坤

Merge branch 'develop'

parents 728b9404 bda94665
...@@ -27,4 +27,21 @@ interface StorePurchaseServiceInterface ...@@ -27,4 +27,21 @@ interface StorePurchaseServiceInterface
]; ];
*/ */
public function continueWarehousing(array $params): array; public function continueWarehousing(array $params): array;
/**
* 单个产品继续入库
* [
* 'detail_id' => 1221'
* 'num' => 10, //批次号(必填)
* ]
* @param array $params
* @return array
* [
'msg' => '继续入库成功',
'code' => 200,
'data' => []
];
*/
public function productContinueWarehousing(array $params): 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