mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-02-03 04:04:58 +08:00
【功能修改】 流程定义返回流程模型类型字段
This commit is contained in:
parent
17470be5c2
commit
75fcdb2d4a
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user