减免接口开发
This commit is contained in:
parent
978c15ed14
commit
4a90a4482b
|
|
@ -82,5 +82,14 @@ public class SysWorkflowNode {
|
||||||
*/
|
*/
|
||||||
private int isAccept;
|
private int isAccept;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 所属记录
|
||||||
|
*/
|
||||||
|
private Integer recordId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 执行流程节点id
|
||||||
|
*/
|
||||||
|
private Integer nodeId;
|
||||||
private String nodeLabel;
|
private String nodeLabel;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue