Commit b5471714 authored by zhangdongying's avatar zhangdongying

获取采购单列表

parent cade86a0
......@@ -89,4 +89,12 @@ interface PurchaseInfoServiceInterface
*/
public function getPurchaseStatusBySubOrders($orders): array;
/**
* 获取采购单列表
*
* @param array $purchaseNos 采购单号,数组
* @param array $columns 列名,数组
* @return array keyBy('purchase_no')
*/
public function getPurchaseOrderListByNos(array $purchaseNos, array $columns = ['*']): 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