Commit c1662d91 authored by 姜克保's avatar 姜克保

添加通过供应商名称获取供应商信息rpc

parent 9c7fc8e0
...@@ -31,4 +31,7 @@ interface SupplierNewServiceInterface ...@@ -31,4 +31,7 @@ interface SupplierNewServiceInterface
* @return array * @return array
*/ */
public function getSupplierInfo(array $params): array; public function getSupplierInfo(array $params): 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