Commit 8854ea28 authored by tianbo's avatar tianbo

feature:安装告知业务主表增加工程装置主键字段

parent 5b8ffd69
...@@ -490,7 +490,7 @@ public class JgInstallationNotice extends BaseEntity { ...@@ -490,7 +490,7 @@ public class JgInstallationNotice extends BaseEntity {
/** /**
* 工程装置主键 * 工程装置主键
*/ */
@TableField("project_contraption_seq") @TableField("project_contraption_id")
private String projectContraptionSeq; private String projectContraptionId;
} }
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