Commit a6594e8e authored by carlos's avatar carlos

领星供应商

parent e760b28e
<?php
namespace Meibuyu\Rpc\Service\Interfaces\Lingxing;
interface LingxingServiceInterface
{
/**
*推送供应商
* [
* 'id_hwq', //供应商id
* 'code', //供应商编号
* 'supplier_name', //供应商名称(取简称)
* ]
*
*/
public function pushSupplier($data);
}
\ 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