ruoyi-common/ruoyi-common-core/src/main/java/org/dromara/common/core/domain/event/ProcessEvent.java
@@ -10,7 +10,6 @@
 *
 * @author may
 */
@Data
public class ProcessEvent implements Serializable {
@@ -18,14 +17,19 @@
    private static final long serialVersionUID = 1L;
    /**
     * 流程定义key
     * 租户ID
     */
    private String key;
    private String tenantId;
    /**
     * 流程定义编码
     */
    private String flowCode;
    /**
     * 业务id
     */
    private String businessKey;
    private String businessId;
    /**
     * 状态
@@ -36,6 +40,5 @@
     * 当为true时为申请人节点办理
     */
    private boolean submit;
}