Commit d594de14 authored by  林继鑫's avatar 林继鑫

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents 5fb6dc55 e8f78e62
......@@ -34,4 +34,17 @@ interface SupplyServiceInterface
*/
public function getSupplyListByRelatedIds(array $ids, $column = ['*'],$sourceType='工厂系统');
/**
* 通过名称批量获取供应商信息
* @param $names 名称数组
* @param string[] $column
* @param string $searchType 搜索类型如 'material_supply' => 搜索原料供应商
* @author Liu lu
* date 2023-05-08
*/
public function getSupplyListByName($names,$column = ['*'],$searchType='');
}
\ 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