瀏覽代碼

feat(client): 在ICollaborator添加creatorID字段

LuoHaoxuan 3 年之前
父節點
當前提交
e564e5d5b4
共有 1 個文件被更改,包括 1 次插入 和 0 次删除
  1. 1 0
      types/src/interface/process.ts

+ 1 - 0
types/src/interface/process.ts

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