feat(REQ-4418) - ES 搜索接口新增发起人模型属性

This commit is contained in:
wangli 2025-08-14 16:48:02 +08:00
parent 53d99d15f6
commit cd7b43e0bd

View File

@ -75,6 +75,11 @@ public class ProcessInstanceDocumentVO {
*/
private String initiatorName;
/**
* 发起人模型 JSON 字符串
*/
private String initiatorJsonStr;
/**
* 实例对应的流程引擎服务端迭代版本
*/