mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	【功能修改】 流程定义返回 Simple 模型 json 数据
This commit is contained in:
		| @@ -62,6 +62,9 @@ public class BpmProcessDefinitionRespVO { | |||||||
|     @Schema(description = "BPMN XML") |     @Schema(description = "BPMN XML") | ||||||
|     private String bpmnXml; // 需要从对应的 BpmnModel 读取,非必须返回 |     private String bpmnXml; // 需要从对应的 BpmnModel 读取,非必须返回 | ||||||
|  |  | ||||||
|  |     @Schema(description = "SIMPLE 设计器模型数据 json 格式") | ||||||
|  |     private String simpleModel; // 非必须返回 | ||||||
|  |  | ||||||
|     @Schema(description = "流程定义排序", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") |     @Schema(description = "流程定义排序", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024") | ||||||
|     private Long sort; |     private Long sort; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 jason
					jason