Commit 5d3c4e06 authored by gongyuanbiao's avatar gongyuanbiao

通过id数组 获取供应商

parent ba7f74df
...@@ -12,17 +12,12 @@ interface SupplierServiceInterface ...@@ -12,17 +12,12 @@ interface SupplierServiceInterface
/** /**
* 供应商列表数据 * 供应商列表数据
* @param $params['company_code'] 公司代码 * @param array 供应商id数组
* @param $params['company_name'] 公司名称 * @param $params['company_name'] 公司名称
* @return * @return
*/ */
public function list($params): string; public function list(array $params): string;
// /**
// * 供应商下拉框
// * @return array
// */
//
// public function getCompanyOption(): string;
} }
\ 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