【功能修改】 流程定义返回 Simple 模型 json 数据
This commit is contained in:
parent
9ccdd30643
commit
31f5aab0cf
|
@ -62,6 +62,9 @@ public class BpmProcessDefinitionRespVO {
|
|||
@Schema(description = "BPMN XML")
|
||||
private String bpmnXml; // 需要从对应的 BpmnModel 读取,非必须返回
|
||||
|
||||
@Schema(description = "SIMPLE 设计器模型数据 json 格式")
|
||||
private String simpleModel; // 非必须返回
|
||||
|
||||
@Schema(description = "流程定义排序", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024")
|
||||
private Long sort;
|
||||
|
||||
|
|
Loading…
Reference in New Issue