From ca88e19c48960c7cedb5fc86e4fe1181269d79d2 Mon Sep 17 00:00:00 2001 From: orange-form <3510245832@qq.com> Date: Sat, 12 Oct 2024 15:58:33 +0000 Subject: [PATCH] =?UTF-8?q?=E9=81=97=E6=BC=8FflowType=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: orange-form <3510245832@qq.com> --- .../java/com/orangeforms/common/flow/vo/FlowEntryVo.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/OrangeFormsOpen-MybatisPlus/common/common-flow/src/main/java/com/orangeforms/common/flow/vo/FlowEntryVo.java b/OrangeFormsOpen-MybatisPlus/common/common-flow/src/main/java/com/orangeforms/common/flow/vo/FlowEntryVo.java index b9cdc945..9cbefbf8 100644 --- a/OrangeFormsOpen-MybatisPlus/common/common-flow/src/main/java/com/orangeforms/common/flow/vo/FlowEntryVo.java +++ b/OrangeFormsOpen-MybatisPlus/common/common-flow/src/main/java/com/orangeforms/common/flow/vo/FlowEntryVo.java @@ -83,6 +83,12 @@ public class FlowEntryVo { @Schema(description = "绑定表单类型") private Integer bindFormType; + /** + * 流程类型。 + */ + @Schema(description = "流程类型") + private Integer flowType; + /** * 在线表单的页面Id。 */