Commit 0dff8c04 authored by tianyiming's avatar tianyiming

启用停用修改

parent b2c2c0c7
...@@ -137,6 +137,12 @@ public class JgEnableDisable extends BaseEntity { ...@@ -137,6 +137,12 @@ public class JgEnableDisable extends BaseEntity {
@TableField(value = "next_task_id") @TableField(value = "next_task_id")
private String nextTaskId; private String nextTaskId;
/**
*工作流下一节点任务id
*/
@TableField(value = "next_execute_user_ids")
private String nextExecuteUserIds;
@TableField(value = "create_user_company_name") @TableField(value = "create_user_company_name")
private String createUserCompanyName; private String createUserCompanyName;
......
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