Commit 81c1e774 authored by chentianyu's avatar chentianyu

新增新品开发rpc服务

parent 0d130e47
<?php
namespace Meibuyu\Rpc\Service\Interfaces\ProductDevelop;
/**
* @author chentianyu
*/
interface SpecimenServiceInterface
{
/**
* 创建物流信息
* @param $data
* @return int|string
* @author chentianyu
*/
public function creatLogistics($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