Loading src/Service/Interfaces/OutsideFactory/FactoryServiceInterface.php +14 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
src/Service/Interfaces/OutsideFactory/FactoryServiceInterface.php +14 −0 Original line number Diff line number Diff line Loading @@ -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