Commit 134683dd authored by gongyuanbiao's avatar gongyuanbiao

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents f92d9072 d484ddb4
...@@ -86,4 +86,22 @@ interface ProductionServiceInterface ...@@ -86,4 +86,22 @@ interface ProductionServiceInterface
* @author Zero * @author Zero
*/ */
public function toMessage($params); 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