Commit 7f71d352 authored by suhuiguang's avatar suhuiguang

fix(大编辑):原有实体类增加字段

1.施工信息表缺少使用信息字段 2.维保记录表缺失附件字段
parent f1bcee60
...@@ -155,5 +155,4 @@ public class IdxBizJgConstructionInfo extends TzsBaseEntity implements IBaseChan ...@@ -155,5 +155,4 @@ public class IdxBizJgConstructionInfo extends TzsBaseEntity implements IBaseChan
@FieldDisplayDefine(value = "施工区域-详细地址") @FieldDisplayDefine(value = "施工区域-详细地址")
@TableField(value = "\"CONSTRUCTION_ADDRESS\"") @TableField(value = "\"CONSTRUCTION_ADDRESS\"")
private String constructionAddress; private String constructionAddress;
} }
...@@ -173,5 +173,6 @@ public class IdxBizJgMaintenanceRecordInfo extends TzsBaseEntity implements IBas ...@@ -173,5 +173,6 @@ public class IdxBizJgMaintenanceRecordInfo extends TzsBaseEntity implements IBas
* 其他维保附件 * 其他维保附件
*/ */
@FieldDisplayDefine(value = "其他维保附件", type = JSON.class) @FieldDisplayDefine(value = "其他维保附件", type = JSON.class)
@TableField("\"ME_OTHER_ACCESSORIES\"")
private String ME_OTHER_ACCESSORIES; private String ME_OTHER_ACCESSORIES;
} }
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