Commit 514b248e authored by gongyuanbiao's avatar gongyuanbiao

supplier

parent 38d83a75
<?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