【功能修改】 流程定义返回流程模型类型字段

This commit is contained in:
jason 2024-10-29 16:36:19 +08:00
parent 17470be5c2
commit 75fcdb2d4a

View File

@ -33,6 +33,9 @@ public class BpmProcessDefinitionRespVO {
@Schema(description = "流程分类名字", example = "请假")
private String categoryName;
@Schema(description = "流程模型的类型", example = "10")
private Integer modelType;
@Schema(description = "表单类型-参见 bpm_model_form_type 数据字典", example = "1")
private Integer formType;
@Schema(description = "表单编号-在表单类型为 {@link BpmModelFormTypeEnum#CUSTOM} 时,必须非空", example = "1024")