From ed94d213d154fce8221b88868fccdff446fd4116 Mon Sep 17 00:00:00 2001
From: mg <maokecheng@163.com>
Date: 星期三, 12 十月 2022 09:04:41 +0800
Subject: [PATCH] 添加违规,违建接口信息

---
 ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java
index 205d9ef..8b67f66 100644
--- a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java
+++ b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/DisposeRecord.java
@@ -29,21 +29,21 @@
     private static final long serialVersionUID = 1L;
 
     @TableId(value = "id", type = IdType.AUTO)
-    private Integer id;
+    private Long id;
 
     /**
      * 妗堜欢id
      */
     @TableField("base_case_id")
     @ApiModelProperty(value = "妗堜欢id")
-    private Integer baseCaseId;
+    private Long baseCaseId;
 
     /**
      * 澶勭疆娴佺▼鐜妭閰嶇疆Id
      */
     @TableField("workflow_config_step_id")
     @ApiModelProperty(value = "澶勭疆娴佺▼鐜妭閰嶇疆Id")
-    private Integer workflowConfigStepId;
+    private Long workflowConfigStepId;
 
     /**
      * 鐜妭鍚嶇О
@@ -92,7 +92,7 @@
      */
     @TableField("create_user")
     @ApiModelProperty(value = "鍒涘缓浜�")
-    private Integer createUser;
+    private Long createUser;
 
     /**
      * 鍒涘缓鏃堕棿
@@ -116,4 +116,10 @@
     @ApiModelProperty(value = "闄愬埗鏃堕檺")
     private LocalDateTime limitTime;
 
+    /**
+     * 鐜妭鐢ㄦ椂
+     */
+    @TableField(value = "linkTime",exist = false)
+    @ApiModelProperty(value = "鐜妭鐢ㄦ椂")
+    private String linkTime;
 }

--
Gitblit v1.8.0