feat: 完善UserTask审批签名

This commit is contained in:
Lesan
2025-01-09 13:50:08 +08:00
parent dd72d35fe4
commit 04f4f630ad
4 changed files with 117 additions and 1 deletions

View File

@ -36,6 +36,7 @@ export type ApprovalTaskInfo = {
assigneeUser: User
status: number
reason: string
sign: string
}
// 审批节点信息