Commit f1ffbbd3 authored by carlos's avatar carlos

订单号获取采购状态接口

parent 624d3e86
......@@ -80,4 +80,13 @@ interface PurchaseInfoServiceInterface
*/
public function getProductUnitPriceByBatchNo($batchNo, $productId);
/**
* Notes: 通过订单号获取采购状态
* User: carlos
* DateTime: 2023/8/11 9:17
* @param $orders
*/
public function getPurchaseStatusBySubOrders($orders): array;
}
\ No newline at end of file
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