Commit ae6654f4 authored by Liu lu's avatar Liu lu

创建发货记录

parent 8f36ae54
...@@ -10,13 +10,29 @@ namespace Meibuyu\Rpc\Service\Interfaces\Production; ...@@ -10,13 +10,29 @@ namespace Meibuyu\Rpc\Service\Interfaces\Production;
interface ExternalDeliveryServiceInterface interface ExternalDeliveryServiceInterface
{ {
/** /**
* 查看指定生产单发货记录 * 查看指定生产单发货记录
* @param * @param $params
* @author Liu lu * @author Liu lu
* date 2022-11-11 * date 2022-11-11
*/ */
public function productionDeliveryDetail($params); public function productionDeliveryDetail($params);
/**
* 创建发货记录
* @param $params
* @author Liu lu
* date 2022-11-14
*/
public function createDeliveryRecord($params);
/**
* 待确认发货详情展示
* @param $productionId
* @author Liu lu
* date 2022-11-14
*/
public function deliveryPendingDisplay($productionId);
} }
\ 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