@@ -175,6 +175,7 @@ export interface SimpleDynamicStep {
// 3合1协审人信息
export interface ICollaborator {
ID: string; // 用户ID
+ creatorID?: string; // 创建协审人的ID
executorInfo?: {
executorID: string;
executorName: string;