Commit 272aad9c authored by 秦俊坤's avatar 秦俊坤

单个产品继续入库

parent 6823953c
...@@ -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