From 130d97bd8e29c8fb6de18133cc3606f5fd00628e Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期五, 30 九月 2022 11:47:04 +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