update 流程中心增加节点id
This commit is contained in:
@@ -170,4 +170,11 @@ public class ProcessAll {
|
||||
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
|
||||
private Date completedTaskTime;
|
||||
|
||||
/**
|
||||
* 节点id
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value="节点id")
|
||||
private String nodeId;
|
||||
|
||||
}
|
||||
@@ -167,4 +167,10 @@ public class ProcessApprovalRecord {
|
||||
@TableField(value = "transfer_by")
|
||||
@ApiModelProperty(value = "转办人")
|
||||
private String transferBy;
|
||||
|
||||
/**
|
||||
* 节点id
|
||||
*/
|
||||
@ApiModelProperty(value = "节点id")
|
||||
private String nodeId;
|
||||
}
|
||||
Reference in New Issue
Block a user