Commit 0a0a72f7 authored by Bob Lee Swagger's avatar Bob Lee Swagger

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

parents febf92fb 2b76199e
......@@ -31,4 +31,11 @@ interface SupplierNewServiceInterface
* @return array
*/
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