From 6bd950b9e77fe0e917acf6a05c9c86d760633de7 Mon Sep 17 00:00:00 2001 From: guoshilong <123456> Date: Tue, 19 Mar 2024 16:21:46 +0800 Subject: [PATCH] 普查查询修改,personVo修改 --- skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/entity/TbDykeInvestigation.java | 51 +++++++++++++++++++++++++++++---------------------- 1 files changed, 29 insertions(+), 22 deletions(-) diff --git a/skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/entity/TbDykeInvestigation.java b/skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/entity/TbDykeInvestigation.java index bc0c36a..c5f2928 100644 --- a/skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/entity/TbDykeInvestigation.java +++ b/skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/entity/TbDykeInvestigation.java @@ -45,7 +45,7 @@ * 填报季度 */ @ApiModelProperty(value = "填报季度") - @TableField(value = "\"tb_quarter\"", fill = FieldFill.UPDATE) + @TableField(value = "\"tb_quarter\"") private String tbQuarter; /** @@ -59,139 +59,146 @@ * 年度填报状态表id */ @ApiModelProperty(value = "年度填报状态表id") - @TableField(value = "\"tb_state_id\"", fill = FieldFill.UPDATE) + @TableField(value = "\"tb_state_id\"") private String tbStateId; /** * 水库编码 */ @ApiModelProperty(value = "水库编码") - @TableField(value = "\"dyke_guid\"", fill = FieldFill.UPDATE) + @TableField(value = "\"dyke_guid\"") private String dykeGuid; /** * 水库名称 */ @ApiModelProperty(value = "水库名称") - @TableField(value = "\"dyke_name\"", fill = FieldFill.UPDATE) + @TableField(value = "\"dyke_name\"") private String dykeName; /** * 普查种类 */ @ApiModelProperty(value = "普查种类(白蚁、獾、狐、鼠等)") - @TableField(value = "\"investigation_variety\"", fill = FieldFill.UPDATE) + @TableField(value = "\"investigation_variety\"") private String investigationVariety; /** * 是否蚁患 */ @ApiModelProperty(value = "是否蚁患") - @TableField(value = "\"is_ant_infestation\"", fill = FieldFill.UPDATE) + @TableField(value = "\"is_ant_infestation\"") private String isAntInfestation; /** * 是否蚁源 */ @ApiModelProperty(value = "是否蚁源") - @TableField(value = "\"is_ant_source\"", fill = FieldFill.UPDATE) + @TableField(value = "\"is_ant_source\"") private String isAntSource; /** * 部位 */ @ApiModelProperty(value = "部位") - @TableField(value = "\"part_place\"", fill = FieldFill.UPDATE) + @TableField(value = "\"part_place\"") private String partPlace; /** * 普查面积 */ @ApiModelProperty(value = "普查面积") - @TableField(value = "\"investigation_area\"", fill = FieldFill.UPDATE) + @TableField(value = "\"investigation_area\"") private String investigationArea; /** * 普查类型 */ @ApiModelProperty(value = "普查类型") - @TableField(value = "\"investigation_type\"", fill = FieldFill.UPDATE) + @TableField(value = "\"investigation_type\"") private String investigationType; /** * 普查方式 */ @ApiModelProperty(value = "普查方式") - @TableField(value = "\"investigation_way\"", fill = FieldFill.UPDATE) + @TableField(value = "\"investigation_way\"") private String investigationWay; /** * 危害等级 */ @ApiModelProperty(value = "危害等级") - @TableField(value = "\"hazard_rating\"", fill = FieldFill.UPDATE) + @TableField(value = "\"hazard_rating\"") private String hazardRating; /** * 普查长度 */ @ApiModelProperty(value = "普查长度") - @TableField(value = "\"investigation_length\"", fill = FieldFill.UPDATE) + @TableField(value = "\"investigation_length\"") private Double investigationLength; + + /** + * 危害长度 + */ + @ApiModelProperty(value = "危害长度") + @TableField(value = "\"danger_length\"") + private Double dangerLength; /** * 白蚁活动迹象 */ @ApiModelProperty(value = "白蚁活动迹象") - @TableField(value = "\"signs_of_termite_activity\"", fill = FieldFill.UPDATE) + @TableField(value = "\"signs_of_termite_activity\"") private String signsOfTermiteActivity; /** * 危害等级 */ @ApiModelProperty(value = "桩号") - @TableField(value = "\"stake_mark\"", fill = FieldFill.UPDATE) + @TableField(value = "\"stake_mark\"") private String stakeMark; /** * 危害等级 */ @ApiModelProperty(value = "是否致险情况") - @TableField(value = "\"is_danger\"", fill = FieldFill.UPDATE) + @TableField(value = "\"is_danger\"") private String isDanger; /** * 致险情况详情 */ @ApiModelProperty(value = "致险情况详情") - @TableField(value = "\"danger_info\"", fill = FieldFill.UPDATE, typeHandler = FastjsonTypeHandler.class) + @TableField(value = "\"danger_info\"", typeHandler = FastjsonTypeHandler.class) private Object dangerInfo; /** * 图片数组 */ @ApiModelProperty(value = "图片数组") - @TableField(value = "\"image_urls\"", fill = FieldFill.UPDATE, typeHandler = FastjsonTypeHandler.class) + @TableField(value = "\"image_urls\"", typeHandler = FastjsonTypeHandler.class) private Object[] imageUrls; /** * 视频数组 */ @ApiModelProperty(value = "视频数组") - @TableField(value = "\"video_urls\"", fill = FieldFill.UPDATE, typeHandler = FastjsonTypeHandler.class) + @TableField(value = "\"video_urls\"", typeHandler = FastjsonTypeHandler.class) private Object[] videoUrls; /** * 经度 */ @ApiModelProperty(value = "经度") - @TableField(value = "\"lon\"", fill = FieldFill.UPDATE) + @TableField(value = "\"lon\"") private String lon; /** * 纬度 */ @ApiModelProperty(value = "纬度") - @TableField(value = "\"lat\"", fill = FieldFill.UPDATE) + @TableField(value = "\"lat\"") private String lat; /** @@ -215,7 +222,7 @@ * 纬度 */ @ApiModelProperty(value = "纬度") - @TableField(value = "\"create_user\"", fill = FieldFill.UPDATE) + @TableField(value = "\"create_user\"") private String createUser; } -- Gitblit v1.9.3