Commit de41c44a authored by zhangdongying's avatar zhangdongying

Revert "获取采购单列表"

This reverts commit b5471714.
parent b5471714
......@@ -89,12 +89,4 @@ 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