Commit 859a0444 authored by zhangsen's avatar zhangsen

安装告知、移装告知实体字段修改

parent 599a19ad
......@@ -405,7 +405,7 @@ public class JgInstallationNotice extends BaseEntity {
private String createUserCompanyName;
//下一步任务ID
@TableField(value = "\"next_taskId\"")
@TableField(value = "\"next_task_id\"")
private String nextTaskId;
/**
......
......@@ -302,7 +302,7 @@ public class JgTransferNotice extends BaseEntity {
private String createUserCompanyName;
//下一步任务ID
@TableField(value = "\"next_taskId\"")
@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