Commit 55537956 authored by tianbo's avatar tianbo

feature:使用登记业务主表增加工程装置主键字段

parent 8854ea28
...@@ -261,4 +261,10 @@ public class JgUseRegistration extends BaseEntity { ...@@ -261,4 +261,10 @@ public class JgUseRegistration extends BaseEntity {
*/ */
@TableField("supervision_org_code") @TableField("supervision_org_code")
private String supervisionOrgCode; 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