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