From cb8362c6be7f1489796ab88416013b723d6d1735 Mon Sep 17 00:00:00 2001
From: mg <maokecheng@163.com>
Date: 星期四, 13 十月 2022 11:37:58 +0800
Subject: [PATCH] 返回字典字段

---
 ycl-platform/src/main/java/com/ycl/entity/caseHandler/BaseCase.java |   27 +++++++++++++++++++++++++++
 1 files changed, 27 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 ffc2ad5..c607900 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
@@ -57,6 +57,12 @@
     @TableField("category")
     @ApiModelProperty(value = "闂绫诲埆锛�1-杩濊 2-杩濆缓锛�")
     private Integer category;
+    /**
+     * 闂绫诲埆鏂囨湰
+     */
+    @TableField(value = "category_text",exist = false)
+    @ApiModelProperty(value = "闂绫诲埆鏂囨湰")
+    private String categoryText;
 
     /**
      * 鎵�灞炶閬�
@@ -64,6 +70,12 @@
     @TableField("street_id")
     @ApiModelProperty(value = "鎵�灞炶閬�")
     private Integer streetId;
+    /**
+     * 鎵�灞炶閬撴枃鏈�
+     */
+    @TableField(value = "street_text",exist = false)
+    @ApiModelProperty(value = "鎵�灞炵ぞ鍖哄悕绉�")
+    private String streetText;
 
     /**
      * 鎵�灞炵ぞ鍖�
@@ -71,6 +83,13 @@
     @TableField("community_id")
     @ApiModelProperty(value = "鎵�灞炵ぞ鍖�")
     private Integer communityId;
+
+    /**
+     * 鎵�灞炵ぞ鍖烘枃鏈�
+     */
+    @TableField(value = "community_text",exist = false)
+    @ApiModelProperty(value = "鎵�灞炵ぞ鍖烘枃鏈�")
+    private String communityText;
 
     /**
      * 鎶ヨ鐐逛綅 浜嬪彂鍦扮偣
@@ -108,6 +127,14 @@
     private Long createUser;
 
     /**
+     * 鐧昏浜烘枃鏈�
+     */
+    @TableField(value = "create_user_text",exist = false)
+    @ApiModelProperty(value = "鐧昏浜烘枃鏈�")
+    private String createUserText;
+
+
+    /**
      * 澶勭悊鐘舵��(0璇姤 1涓婃姤 2绔嬫 3娲鹃仯 4澶勭疆 5鏍告煡 6缁撴)
      */
     @TableField("state")

--
Gitblit v1.8.0