Pārlūkot izejas kodu

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

LuoHaoxuan 3 gadi atpakaļ
vecāks
revīzija
e564e5d5b4
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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;