Explorar o código

feat(types): 添加ICollaboratorItem接口

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

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

@@ -168,6 +168,14 @@ export interface ICollaborator {
   // permissions?: ICollaboratorPermission[]; // 协审权限
   // permissions?: ICollaboratorPermission[]; // 协审权限
 }
 }
 
 
+// 3合1添加协审下拉选项
+export interface ICollaboratorItem {
+  institutionID?: string;
+  institutionName?: string;
+  approvalMembers: string[];
+  approverName?: string;
+}
+
 // 三合一协审人范围
 // 三合一协审人范围
 export interface ICollaboratorScope {
 export interface ICollaboratorScope {
   type: string;
   type: string;