Commit 2b76199e authored by 姜克保's avatar 姜克保

同上

parent c1662d91
......@@ -32,6 +32,10 @@ interface SupplierNewServiceInterface
*/
public function getSupplierInfo(array $params): array;
/**
* 通过供应商名称获取供应商信息
* @param array $supplierName
* @return array
*/
public function getSupplierInfoByName(array $supplierName): 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