Commit dc8d6d12 authored by tianbo's avatar tianbo

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

parent b7f4c297
......@@ -487,4 +487,10 @@ public class JgInstallationNotice extends BaseEntity {
*/
@TableField("equ_list_code")
private String equListCode;
/**
* 工程装置主键
*/
@TableField("project_contraption_seq")
private String projectContraptionSeq;
}
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