Commit c4d7962e authored by zhangdongying's avatar zhangdongying

新增采购供应商列表接口

parent 19569043
......@@ -61,4 +61,13 @@ interface SupplierNewServiceInterface
* date 2022-10-26
*/
public function pushSupplyDataToPurchase($post);
/**
* 获取采购供应商列表(通过ID)
*
* @param array $ids 采购供应商ID,数组
* @param array $columns 列名,数组
* @return array
*/
public function getSupplierListById(array $ids, 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