Selaa lähdekoodia

feat(types): 添加ICooperation接口

LuoHaoxuan 3 vuotta sitten
vanhempi
commit
96bae99094
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. 7 0
      types/src/interface/process.ts

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

@@ -167,6 +167,13 @@ export interface ICollaborator {
   deadline: string; //  截至时间
   deadline: string; //  截至时间
   // permissions?: ICollaboratorPermission[]; // 协审权限
   // permissions?: ICollaboratorPermission[]; // 协审权限
 }
 }
+
+// 三合一协审人范围
+export interface ICooperation {
+  type: string;
+  accounts: string[];
+  institutionRoles: string[];
+}
 // 3合1参与者信息
 // 3合1参与者信息
 export interface IProcedureParticipantInfo {
 export interface IProcedureParticipantInfo {
   approvalWay: string;
   approvalWay: string;