From 4c50d4acfdff4f454ea0f68f9a7ae61c5d599f3f Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期四, 13 十月 2022 10:07:53 +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