update - 调整一些MQ 事件模型

This commit is contained in:
wangli 2023-09-26 10:49:54 +08:00
parent a4ee10adf7
commit 84b5eddb81

View File

@ -69,6 +69,11 @@ public class ProcessTaskDTO implements Serializable {
*/
private String tenantId;
/**
* 流程实例的发起人
*/
private BpmnTaskDelegateAssigner initiator;
/**
* 审批人信息
*/