Commit fc39ae9d authored by gongyuanbiao's avatar gongyuanbiao

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents b84ff5fc bda94665
......@@ -27,4 +27,21 @@ interface StorePurchaseServiceInterface
];
*/
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