From 70a9fe48e98d2f0206480315f8edc99f9762c93a Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期二, 11 十月 2022 17:15:05 +0800 Subject: [PATCH] 案件池所属街道社区 --- ycl-platform/src/main/java/com/ycl/entity/caseHandler/BaseCase.java | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/BaseCase.java b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/BaseCase.java index 4a699a7..ffc2ad5 100644 --- a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/BaseCase.java +++ b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/BaseCase.java @@ -162,4 +162,21 @@ @TableField("close_time") @ApiModelProperty(value = "缁撴潫鏃堕棿") private LocalDateTime closeTime; + + /** + * 杩濊浜嬩欢 + */ + @TableField(value = "violations",exist = false) + @ApiModelProperty(value = "杩濊浜嬩欢") + private Violations violations; + + /** + * 杩濆缓浜嬩欢 + */ + @TableField(value = "illegalBuilding",exist = false) + @ApiModelProperty(value = "杩濆缓浜嬩欢") + private IllegalBuilding illegalBuilding; + + + } \ No newline at end of file -- Gitblit v1.8.0