Commit f45ce048 authored by carlos's avatar carlos

获取订单信息

parent 0d62c6e0
......@@ -81,4 +81,12 @@ interface FactoryServiceInterface
* DateTime: 2022/9/21 14:24
*/
public function cancelOrder($orderNo);
/**
* Notes: 获取订单信息
* User: carlos
* DateTime: 2022/9/22 16:21
* @param $orderNo
*/
public function getProductionOrder($orderNo, $columns =['*']);
}
\ 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