From cbb807c80c747c37005d3a282b10782fc458f07f Mon Sep 17 00:00:00 2001
From: mg <maokecheng@163.com>
Date: 星期四, 29 九月 2022 18:34:44 +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/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