【功能修改】 流程定义返回 Simple 模型 json 数据

This commit is contained in:
jason 2024-11-03 23:14:33 +08:00
parent 9ccdd30643
commit 31f5aab0cf

View File

@ -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;