Commit 657950fb authored by 姜克保's avatar 姜克保

根据供应商id获取供应商信息

parent 514b248e
...@@ -25,4 +25,10 @@ interface SupplierServiceInterface ...@@ -25,4 +25,10 @@ interface SupplierServiceInterface
// //
// public function getCompanyOption(): string; // public function getCompanyOption(): string;
/**
* 根据supplier_id 获取供应商信息
* @param array $params [1,2,3]
* @return array
*/
public function getSupplierInfo(array $params): 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