feat(workflow): 添加审批角色ID字段支持
- 在ReplyReviewNode结构体中新增ReviewRoleId字段 - 为审批流程增加角色标识功能
This commit is contained in:
@@ -126,6 +126,7 @@ func (w *workflow) Reject(ctx context.Context, args ArgsWorkflowReject) (err err
|
||||
|
||||
type ReplyReviewNode struct {
|
||||
ReviewStaffId int64 `json:"reviewStaffId"`
|
||||
ReviewRoleId int64 `json:"reviewRoleId"`
|
||||
}
|
||||
|
||||
// ReviewNode @TITLE 获取审批节点
|
||||
|
||||
Reference in New Issue
Block a user