소스 검색

feat(types): 在ICollaborator添加fixCollaborator

LuoHaoxuan 3 년 전
부모
커밋
ea5c1dde84
1개의 변경된 파일과 2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      types/src/interface/process.ts

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

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