From 7fc6a36e9e336554a15e3d6c13d04dad0300cbc1 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期五, 30 九月 2022 11:25:25 +0800
Subject: [PATCH] 细节调整

---
 ycl-platform/src/main/java/com/ycl/entity/caseHandler/WorkflowConfigStep.java |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/WorkflowConfigStep.java b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/WorkflowConfigStep.java
index 62bae4b..da3fdf5 100644
--- a/ycl-platform/src/main/java/com/ycl/entity/caseHandler/WorkflowConfigStep.java
+++ b/ycl-platform/src/main/java/com/ycl/entity/caseHandler/WorkflowConfigStep.java
@@ -34,7 +34,7 @@
     /**
      * 澶勭疆娴佺▼閰嶇疆id
      */
-    @TableField(value = "workflow_config_id ")
+    @TableField(value = "workflow_config_id")
     @ApiModelProperty(value = "澶勭疆娴佺▼閰嶇疆id",dataType = "Integer")
     private Integer workflowConfigId ;
 
@@ -47,13 +47,19 @@
     /**
      * 瀵瑰簲瑙掕壊id
      */
-    @TableField(value = "role_id ")
+    @TableField(value = "role_id")
     @ApiModelProperty(value = "瀵瑰簲瑙掕壊id",dataType = "Integer")
     private Integer roleId ;
     /**
      * 搴忓彿
      */
-    @TableField(value = "seq ")
+    @TableField(value = "seq")
     @ApiModelProperty(value = "搴忓彿",dataType = "Integer")
     private Integer seq ;
+    /**
+     * 澶勭疆娴佺▼璁板綍
+     */
+    @TableField(value = "disposeRecord",exist = false)
+    @ApiModelProperty(value = "澶勭疆娴佺▼璁板綍",dataType = "DisposeRecord")
+    private DisposeRecord disposeRecord;
 }

--
Gitblit v1.8.0