Browse Source

修改DataProcess

wangbo 1 tháng trước cách đây
mục cha
commit
2b826f834e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      ng_cws_client/callback_info.go

+ 2 - 0
ng_cws_client/callback_info.go

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