Commit 40ef3dd0 authored by Liu lu's avatar Liu lu

通过发货单号获取发货信息

parent ae6654f4
...@@ -35,4 +35,16 @@ interface ExternalDeliveryServiceInterface ...@@ -35,4 +35,16 @@ interface ExternalDeliveryServiceInterface
*/ */
public function deliveryPendingDisplay($productionId); public function deliveryPendingDisplay($productionId);
/**
* 通过发货单号获取发货信息
* @param $deliveryNoArr 发货单号
* @param $relation 关联模型 拿到发货产品信息 ['dispatch_products]
* @param $columns
* @author Liu lu
* date 2022-11-15
*/
public function getListInfoByDeliveryNo($deliveryNoArr,$relation=['dispatch_products'],$columns=['*']);
} }
\ 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