减免接口开发

This commit is contained in:
bonus 2025-02-21 01:57:45 +08:00
parent 978c15ed14
commit 4a90a4482b
1 changed files with 9 additions and 0 deletions

View File

@ -82,5 +82,14 @@ public class SysWorkflowNode {
*/
private int isAccept;
/**
* 所属记录
*/
private Integer recordId;
/**
* 执行流程节点id
*/
private Integer nodeId;
private String nodeLabel;
}