Explorar o código

feat(types): 在ICollaborator添加fixCollaborator

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
ea5c1dde84
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      types/src/interface/process.ts

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

@@ -175,7 +175,8 @@ export interface ICollaborator {
   executorInfo?: {
   executorInfo?: {
     executorID: string;
     executorID: string;
     executorName: string;
     executorName: string;
-  }; // 执行者ID
+  }; // 执行者
+  fixCollaborator: boolean;
   institutionID?: string; // 机构ID,只在协审角色为审批单位的时候存在
   institutionID?: string; // 机构ID,只在协审角色为审批单位的时候存在
   name?: string; // 用户姓名
   name?: string; // 用户姓名
   deadline: string | number; //  截至时间
   deadline: string | number; //  截至时间