From cea9df7a2004dcd4c7e007e085c1e358ae5bb374 Mon Sep 17 00:00:00 2001
From: mg <maokecheng@163.com>
Date: 星期三, 12 十月 2022 14:53:42 +0800
Subject: [PATCH] 添加机构用户查询,新增角色类类型字段

---
 ycl-platform/src/main/java/com/ycl/entity/caseHandler/BaseCase.java |   21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 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 356f2a9..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
@@ -35,7 +35,7 @@
      */
     @TableId(value = "id", type = IdType.AUTO)
     @ApiModelProperty(value = "id")
-    private Integer id;
+    private Long id;
 
     /**
      * 浜嬩欢缂栧彿
@@ -105,7 +105,7 @@
      */
     @TableField("create_user")
     @ApiModelProperty(value = "鐧昏浜�")
-    private Integer createUser;
+    private Long createUser;
 
     /**
      * 澶勭悊鐘舵��(0璇姤 1涓婃姤 2绔嬫 3娲鹃仯 4澶勭疆 5鏍告煡 6缁撴)
@@ -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