Commit 83099d3c authored by Liu lu's avatar Liu lu

通过最小订单号批量获取原始订单号

parent 0f265198
......@@ -117,4 +117,14 @@ interface FactoryServiceInterface
* DateTime: 2022/11/21 14:14
*/
public function confirmDelivery($params);
/**
* Notes: 通过最小订单号批量获取原始订单号
* @param $orderNoArr
* @param string[] $columns
* @param $with[] $with
* @return array
*/
public function getProductionListByOrderNo($orderNoArr, $columns =['*'],$with=[]);
}
\ 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