Commit 547d0edc authored by Liu lu's avatar Liu lu

供应链礼服备货小货发货相关rpc服务

parent 13c2484f
<?php
/**
* 供应链礼服备货小货发货相关rpc服务
*/
namespace Meibuyu\Rpc\Service\Interfaces\Production;
interface ExternalDeliveryServiceInterface
{
/**
* 查看指定生产单发货记录
* @param
* @author Liu lu
* date 2022-11-11
*/
public function productionDeliveryDetail($params);
}
\ No newline at end of file
<?php <?php
/** /**
* 供应链礼服备货小货生产单接口服务 * 供应链礼服备货小货生产单rpc服务
*/ */
namespace Meibuyu\Rpc\Service\Interfaces\Production; namespace Meibuyu\Rpc\Service\Interfaces\Production;
......
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