Commit 62275517 authored by Liu lu's avatar Liu lu

外工厂发货单打印

parent d5ee0a4b
<?php
/**
* 外工厂rpc服务
*/
namespace Meibuyu\Rpc\Service\Interfaces\OutsideFactory;
interface ExternalFactoryServiceInterface
{
/**
* 发货单打印
* @param $deliveryNo 发货单号
* @return []
* @author Liu lu
* date 2022-11-16
*/
public function deliveryPrint($deliveryNo);
}
\ 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