From 09b28dc1ded086a78b5146e2e6f6cc2338b22e11 Mon Sep 17 00:00:00 2001 From: mg <maokecheng@163.com> Date: 星期三, 12 十月 2022 18:21:59 +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