Commit c3857f9f authored by gongyuanbiao's avatar gongyuanbiao

供应商信息

parent 7c905494
<?php
namespace Meibuyu\Rpc\Service\Interfaces\PurchaseNew;
interface SupplierServiceInterface
{
/**
* 供应商列表数据
* @param $params['company_code'] 公司代码
* @param $params['company_name'] 公司名称
* @return
*/
public function list($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