fix bug
This commit is contained in:
@@ -31,6 +31,12 @@ public class ProcessAll {
|
||||
@ApiModelProperty(value="流程名称")
|
||||
private String prcName;
|
||||
|
||||
/**
|
||||
* 流程定义id
|
||||
*/
|
||||
@ApiModelProperty(value="流程定义id")
|
||||
private String processDefinitionId;
|
||||
|
||||
/**
|
||||
* 流程实例id
|
||||
*/
|
||||
|
||||
@@ -33,6 +33,13 @@ public class ProcessNode {
|
||||
@ApiModelProperty(value = "流程定义id")
|
||||
private String processDefinitionId;
|
||||
|
||||
/**
|
||||
* xml节点Id
|
||||
*/
|
||||
@TableField(value = "xml_node_id")
|
||||
@ApiModelProperty(value = "xml节点Id")
|
||||
private String xmlNodeId;
|
||||
|
||||
/**
|
||||
* 节点名称
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user