From 8030905be406c979c3bea37cc79f282af4c6ba17 Mon Sep 17 00:00:00 2001
From: baizonghao <1719256278@qq.com>
Date: 星期五, 17 三月 2023 18:29:44 +0800
Subject: [PATCH] 驾驶舱指数体征排行榜

---
 ycl-platform/src/main/java/com/ycl/entity/caseHandler/BaseCase.java |   26 +++++++++++++++++++-------
 1 files changed, 19 insertions(+), 7 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 c607900..439057f 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
@@ -4,6 +4,7 @@
 import com.baomidou.mybatisplus.annotation.TableField;
 import com.baomidou.mybatisplus.annotation.TableId;
 import com.baomidou.mybatisplus.annotation.TableName;
+import com.ycl.vo.casePool.ViolationsVO;
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
 import lombok.*;
@@ -60,7 +61,7 @@
     /**
      * 闂绫诲埆鏂囨湰
      */
-    @TableField(value = "category_text",exist = false)
+    @TableField(value = "category_text", exist = false)
     @ApiModelProperty(value = "闂绫诲埆鏂囨湰")
     private String categoryText;
 
@@ -73,7 +74,7 @@
     /**
      * 鎵�灞炶閬撴枃鏈�
      */
-    @TableField(value = "street_text",exist = false)
+    @TableField(value = "street_text", exist = false)
     @ApiModelProperty(value = "鎵�灞炵ぞ鍖哄悕绉�")
     private String streetText;
 
@@ -87,7 +88,7 @@
     /**
      * 鎵�灞炵ぞ鍖烘枃鏈�
      */
-    @TableField(value = "community_text",exist = false)
+    @TableField(value = "community_text", exist = false)
     @ApiModelProperty(value = "鎵�灞炵ぞ鍖烘枃鏈�")
     private String communityText;
 
@@ -129,7 +130,7 @@
     /**
      * 鐧昏浜烘枃鏈�
      */
-    @TableField(value = "create_user_text",exist = false)
+    @TableField(value = "create_user_text", exist = false)
     @ApiModelProperty(value = "鐧昏浜烘枃鏈�")
     private String createUserText;
 
@@ -190,20 +191,31 @@
     @ApiModelProperty(value = "缁撴潫鏃堕棿")
     private LocalDateTime closeTime;
 
+    @TableField(value = "grid_id")
+    @ApiModelProperty(value = "缃戞牸id")
+    private Long gridId;
+
     /**
      * 杩濊浜嬩欢
      */
-    @TableField(value = "violations",exist = false)
+    @TableField(value = "violations", exist = false)
     @ApiModelProperty(value = "杩濊浜嬩欢")
-    private Violations violations;
+    private ViolationsVO violationsVO;
 
     /**
      * 杩濆缓浜嬩欢
      */
-    @TableField(value = "illegalBuilding",exist = false)
+    @TableField(value = "illegalBuilding", exist = false)
     @ApiModelProperty(value = "杩濆缓浜嬩欢")
     private IllegalBuilding illegalBuilding;
 
+    /**
+     * 璋冨害淇℃伅
+     */
+    @TableField(value = "dispatchInfo", exist = false)
+    @ApiModelProperty(value = "璋冨害淇℃伅")
+    private DispatchInfo dispatchInfo;
+
 
 
 }
\ No newline at end of file

--
Gitblit v1.8.0