Commit 1d39282d authored by Liu lu's avatar Liu lu

通过供应链生产单号批量获取工厂端分派生产单号数据

parent d86e9074
......@@ -220,4 +220,18 @@ interface FactoryServiceInterface
* date 2023-02-17
*/
public function getCraftDocAddressByDeliveryNo($deliveryNo);
/**
* 通过供应链生产单号批量获取工厂端分派生产单号数据
* @param array $productionNo
* @param string[] $columns
* @param array $with
* @return array|mixed|null
* @author Liu lu
* date 2023-04-26
*/
public function getApportionListByProductionNo(array $productionNo,$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