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_流程节点)
*/