From 2f07282e652596340686927e1e10bf819f9fd9d5 Mon Sep 17 00:00:00 2001
From: mg <maokecheng@163.com>
Date: 星期五, 28 十月 2022 18:07:53 +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/ArrivalSituation.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/ArrivalSituation.java b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/ArrivalSituation.java
index a764ed5..2b1901f 100644
--- a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/ArrivalSituation.java
+++ b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/ArrivalSituation.java
@@ -30,14 +30,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;
 
     /**
      * 鍒拌揪鏃堕棿
@@ -79,7 +79,7 @@
      */
     @TableField("create_user")
     @ApiModelProperty(value = "鍒涘缓浜�")
-    private Integer createUser;
+    private Long createUser;
 
     /**
      * 鍒涘缓鏃堕棿

--
Gitblit v1.8.0