Commit ef9159fc authored by Liu lu's avatar Liu lu

获取分派详情通过来源订单号

parent d9f6b056
...@@ -43,4 +43,15 @@ interface FactoryServiceInterface ...@@ -43,4 +43,15 @@ interface FactoryServiceInterface
* @return mixed * @return mixed
*/ */
public function toProductOrderMessage(array $post); public function toProductOrderMessage(array $post);
/**
* 获取分派详情通过来源订单号
* @param $originalProductionNos
* @return array|mixed
* @author Liu lu
* date 2022-09-19
*/
public function getApportionInfoListByNos($originalProductionNos);
} }
\ 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