Commit 935605df authored by gongyuanbiao's avatar gongyuanbiao

supplier

parent 514b248e
...@@ -16,7 +16,7 @@ interface SupplierNewServiceInterface ...@@ -16,7 +16,7 @@ interface SupplierNewServiceInterface
* @param $params['company_name'] 公司名称 * @param $params['company_name'] 公司名称
* @return * @return
*/ */
public function list(array $params): string; public function list(array $params);
// /** // /**
// * 供应商下拉框 // * 供应商下拉框
......
<?php
namespace Meibuyu\Rpc\Service\Interfaces\PurchaseNew;
interface SupplierServiceInterface
{
/**
* 供应商列表数据
* @param array 供应商id数组
* @param $params['company_name'] 公司名称
* @return
*/
public function list(array $params): string;
// /**
// * 供应商下拉框
// * @return array
// */
//
// public function getCompanyOption(): string;
}
\ 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