Commit 855700d1 authored by lisong's avatar lisong

使用登记添加流程下一任务id字段

parent 48c86dfe
...@@ -174,5 +174,7 @@ public class JgUseRegistration extends BaseEntity { ...@@ -174,5 +174,7 @@ public class JgUseRegistration extends BaseEntity {
private String promoter; private String promoter;
@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