feat(REQ-4418) - 流程 ES 索引

This commit is contained in:
wangli 2025-08-22 11:51:14 +08:00
parent c99b480d6e
commit e542c9e863

View File

@ -103,6 +103,7 @@ public class ProcessInstanceDocument {
/**
* 发起人模型
*/
@IndexField(fieldType = FieldType.TEXT)
private String initiatorJsonStr;
/**