From 4cdb5cec4d5c79aa662d73a86bb1dfcc9d73f1e2 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期六, 01 十月 2022 22:33:29 +0800
Subject: [PATCH] bug 处理
---
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