update 调整缩进,补充注释

This commit is contained in:
gssong 2024-06-02 18:30:15 +08:00
parent 512b5204bc
commit 2e32b748b6
3 changed files with 2 additions and 3 deletions

View File

@ -18,8 +18,6 @@ public class ProcessEvent implements Serializable {
@Serial
private static final long serialVersionUID = 1L;
/**
* 流程定义key
*/

View File

@ -18,7 +18,6 @@ public class ProcessTaskEvent implements Serializable {
@Serial
private static final long serialVersionUID = 1L;
/**
* 流程定义key与流程节点标识(拼接方式流程定义key_流程节点)
*/

View File

@ -16,6 +16,8 @@ import org.springframework.stereotype.Component;
public class FlowProcessEventHandler {
/**
* 总体流程监听(例如: 提交 退回 撤销 终止 作废等)
*
* @param key 流程key
* @param businessKey 业务id
* @param status 状态