Commit fb207e1d authored by Liu lu's avatar Liu lu

打印工艺单rpc

parent d484ddb4
<?php
namespace Meibuyu\Rpc\Service\Interfaces\OutsideFactory;
interface FactoryServiceInterface
{
/**
* 打印工艺单信息 返回导出地址
* @param $craftInfo
* @return String
*/
public function productCraftPrint($craftInfo) ;
}
\ 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