Commit af1bd363 authored by zhangdongying's avatar zhangdongying

新增获取供应商列表(通过供应商代码)

parent b04ff430
......@@ -75,5 +75,12 @@ interface SupplyServiceInterface
*/
public function getFactoryYearMonth($params);
/**
* 获取供应商列表(通过供应商代码)
*
* @param array $codes 供应商代码数组
* @param array $columns 字段数组
* @return array keyBy('code')
*/
public function getSupplierListByCodes(array $codes, 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