Przeglądaj źródła

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

LuoHaoxuan 3 lat temu
rodzic
commit
e564e5d5b4
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      types/src/interface/process.ts

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

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