Commit bc65b32b authored by Liu lu's avatar Liu lu

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

parents ef9159fc 82f3cf46
......@@ -44,6 +44,26 @@ interface FactoryServiceInterface
*/
public function toProductOrderMessage(array $post);
/**
* 工厂列表
* @param string $id 工厂id
* @return array $list
*/
public function factoryList();
/**
* 子工厂列表
* @return array $list
*/
public function childFactoryList($id);
/**
* 工厂树状列表
* @return array $list
*/
public function treeFactoryList();
/**
* 获取分派详情通过来源订单号
......@@ -53,5 +73,4 @@ interface FactoryServiceInterface
* 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