feat(REQ-4418) - ES 搜索接口新增发起人模型属性
This commit is contained in:
parent
53d99d15f6
commit
cd7b43e0bd
@ -75,6 +75,11 @@ public class ProcessInstanceDocumentVO {
|
||||
*/
|
||||
private String initiatorName;
|
||||
|
||||
/**
|
||||
* 发起人模型 JSON 字符串
|
||||
*/
|
||||
private String initiatorJsonStr;
|
||||
|
||||
/**
|
||||
* 实例对应的流程引擎服务端迭代版本
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user