Commit 4ef9a193 authored by zhangdongying's avatar zhangdongying

获取异常继续入库单号

parent 922faed9
......@@ -94,4 +94,12 @@ interface StorePurchaseServiceInterface
* @return array
*/
public function updateReturnInfo(string $subOrderNo, string $referenceNo, string $receivedBy, string $contactTel, string $returnAddress): array;
/**
* 获取异常继续入库单号
*
* @param string $exceptionNo 异常单号
* @return array ['code' => 200, 'msg' => '', 'data' => 'RK-20231225-046']
*/
public function getExceptionWarehousingNo(string $exceptionNo): 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