Commit 45fbf10e authored by 姜克保's avatar 姜克保

获取供应商信息rpc

parent c9857403
......@@ -25,4 +25,10 @@ interface SupplierNewServiceInterface
//
// 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
......@@ -25,10 +25,4 @@ interface SupplierServiceInterface
//
// 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