Commit b9c3f0c6 authored by Liu lu's avatar Liu lu

新供应商rpc

parent 5d69fd11
<?php
/**
* 新供应商rpc
*/
namespace Meibuyu\Rpc\Service\Interfaces\Supply;
interface SupplyServiceInterface
{
/**
* 获取
* @param $id
* @param $column
* @return mixed
* @author Liu lu
* date 2022-12-03
*/
public function getSupplyByOldId($id,$column=['*']);
}
\ 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