Commit 35bd365e authored by Liu lu's avatar Liu lu

生产信息及工艺单获取

parent 27046a81
......@@ -86,4 +86,22 @@ interface ProductionServiceInterface
* @author Zero
*/
public function toMessage($params);
/**
* 获取生产单工艺单信息
* @param $productionOrderId
* @param array $columns
* @return mixed
*/
public function craftDetail($productionOrderId,$columns = ['*']);
/**
* 获取生产单信息
* @param $productionOrderId
* @param array $columns
* @return mixed
*/
public function productionInfo($productionOrderId,$columns = ['*']);
}
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