|
|
@@ -41,5 +41,7 @@ type (
|
|
|
ApproveUserID string `json:"approveUserID"` // 审批人id
|
|
|
ApproveUserName string `json:"approveUserName"` // 审批人姓名
|
|
|
BusinessEntityInstance string `json:"businessEntityInstance"`
|
|
|
+ WorkflowContext string `json:"workflowContext"`
|
|
|
+ NodeContext string `json:"nodeContext"`
|
|
|
}
|
|
|
)
|