Commit 3cdd5558 authored by 刘凡's avatar 刘凡

移装变更登记,实体新增工作流下一节点任务id字段

parent 855700d1
...@@ -197,4 +197,9 @@ public class JgChangeRegistrationTransfer extends BaseEntity { ...@@ -197,4 +197,9 @@ public class JgChangeRegistrationTransfer extends BaseEntity {
@TableField("promoter") @TableField("promoter")
private String promoter; private String promoter;
/**
*工作流下一节点任务id
*/
@TableField(value = "next_task_id")
private String nextTaskId;
} }
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