Commit 5d9f9b29 authored by 姜克保's avatar 姜克保

添加获取子订单出库的信息

parent f9e2e401
......@@ -123,10 +123,10 @@ interface SubOrderServiceInterface
public function purchaseDelete($data): bool;
/**
* 通过子订单号获取子订单信息
* 通过子订单获取出库信息
* @param array $subOrderNos
* @return array
* @return array (返回满足出库条件的子订单号以及出库数量 keyBy sub_order_no)
*/
public function getSubOrderInfo(array $subOrderNos = []):array;
public function isOutStockInfo(array $subOrderNos = []):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