Commit 3db7404c authored by 刘林's avatar 刘林

Merge remote-tracking branch 'origin/develop_tzs_register' into develop_tzs_register

parents ab289eaf 55537956
......@@ -490,7 +490,7 @@ public class JgInstallationNotice extends BaseEntity {
/**
* 工程装置主键
*/
@TableField("project_contraption_seq")
private String projectContraptionSeq;
@TableField("project_contraption_id")
private String projectContraptionId;
}
......@@ -261,4 +261,10 @@ public class JgUseRegistration extends BaseEntity {
*/
@TableField("supervision_org_code")
private String supervisionOrgCode;
/**
* 工程装置id
*/
@TableField("project_contraption_id")
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