Commit 16f4c095 authored by carlos's avatar carlos

获取审批数据

parent 4778757b
......@@ -81,4 +81,12 @@ interface FlowServiceInterface
* @param $params
*/
public function getApprovalCenterList($params);
/**
* Notes: 获取单条审批数据
* User: carlos
* DateTime: 2023/5/30 14:17
* @param $approvalCode
*/
public function getApproval($approvalCode);
}
\ 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