Commit 437021b0 authored by qinjunkun's avatar qinjunkun

采购异常:新增根据批次号和子订单号获取采购异常信息接口

parent e6890a29
......@@ -346,4 +346,12 @@ interface StoreServiceInterface
* @return mixed
*/
public function receiveCommand4StockUp($commandType, $payload);
/**
* 获取对应的采购异常
* @param $batchNo
* @param $subOrderNo
* @param $extraParams 兼容额外的场景的可选参数
*/
public function getPurchaseQcException($batchNo, $subOrderNo, $extraParams = []);
}
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