Commit d0ab494c authored by chenzhao's avatar chenzhao

修改实体类

parent 89f395c8
...@@ -182,4 +182,10 @@ public class JyjcInspectionApplication extends BaseEntity { ...@@ -182,4 +182,10 @@ public class JyjcInspectionApplication extends BaseEntity {
@TableField(value = "create_user_id") @TableField(value = "create_user_id")
private String createUserId; private String createUserId;
@TableField(value = "next_task_id")
private String nextTaskId;
@TableField(value = "next_execute_user_ids")
private String nextExcuteUserIds;
} }
...@@ -161,6 +161,15 @@ public class JyjcInspectionApplicationModel extends BaseModel { ...@@ -161,6 +161,15 @@ public class JyjcInspectionApplicationModel extends BaseModel {
@ApiModelProperty(value = "创建人ID") @ApiModelProperty(value = "创建人ID")
private String createUserId; private String createUserId;
@ApiModelProperty(value = "下一步任务id")
private String nextTaskId;
@ApiModelProperty(value = "下一步执行人Ids")
private String nextExcuteUserIds;
@ApiModelProperty(value = "下一步任务名称")
private String nextTaskName;
private String instanceId; private String instanceId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment