From e961f056e30efbfea5357f1bcbbb68c8d495e325 Mon Sep 17 00:00:00 2001
From: liyanqi <15181887205@163.com>
Date: 星期一, 31 十月 2022 15:51:21 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_server

---
 ycl-platform/src/main/java/com/ycl/entity/caseHandler/Investigation.java |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/Investigation.java b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/Investigation.java
index 65faeff..7b63f82 100644
--- a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/Investigation.java
+++ b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/Investigation.java
@@ -11,6 +11,7 @@
 
 import java.io.Serializable;
 import java.time.LocalDateTime;
+import java.util.Date;
 
 /**
  * <p>
@@ -30,14 +31,14 @@
 
     @TableId(value = "id", type = IdType.AUTO)
     @ApiModelProperty(value = "id")
-    private Integer id;
+    private Long id;
 
     /**
      * 妗堜欢id
      */
     @TableField("base_case_id")
     @ApiModelProperty(value = "妗堜欢id")
-    private Integer baseCaseId;
+    private Long baseCaseId;
 
     /**
      * 鎵垮姙闃熷憳
@@ -100,7 +101,7 @@
      */
     @TableField("create_user")
     @ApiModelProperty(value = "鍒涘缓浜�")
-    private Integer createUser;
+    private Long createUser;
 
     /**
      * 鍒涘缓鏃堕棿
@@ -109,5 +110,12 @@
     @ApiModelProperty(value = "鍒涘缓鏃堕棿")
     private LocalDateTime createTime;
 
+    /**
+     *  褰撲簨浜轰俊鎭�
+     */
+    @TableField(value = "partyInfo",exist = false)
+    @ApiModelProperty(value = "褰撲簨浜轰俊鎭�")
+    private PartyInfo partyInfo;
+
 
 }

--
Gitblit v1.8.0