feat: 待办新增返回节点名称
This commit is contained in:
@@ -144,6 +144,13 @@ public class ProcessAll {
|
||||
@ApiModelProperty(value="任务id")
|
||||
private String taskId;
|
||||
|
||||
/**
|
||||
* 任务id
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value="任务节点名称")
|
||||
private String taskName;
|
||||
|
||||
/**
|
||||
* 接收任务时间
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user