遗漏flowType字段

Signed-off-by: orange-form <3510245832@qq.com>
This commit is contained in:
orange-form
2024-10-12 15:58:33 +00:00
committed by Gitee
parent 8aaf851730
commit ca88e19c48

View File

@@ -83,6 +83,12 @@ public class FlowEntryVo {
@Schema(description = "绑定表单类型") @Schema(description = "绑定表单类型")
private Integer bindFormType; private Integer bindFormType;
/**
* 流程类型。
*/
@Schema(description = "流程类型")
private Integer flowType;
/** /**
* 在线表单的页面Id。 * 在线表单的页面Id。
*/ */