This commit is contained in:
2026-09-20 18:34:40 +08:00
parent 8cf9140f56
commit 780cd56ffe
6 changed files with 88 additions and 37 deletions
@@ -27,4 +27,7 @@ public class CustomerProcessNodeSyncDTO implements Serializable {
@Schema(description = "审批状态")
private String approvalStatus;
@Schema(description = "MK 流程实例详情,传入后按 currentHandlers.fdName 和 handlerInfos.nodeName 回写")
private Object processInfo;
}