فهرست منبع

feat(types): 添加ICollaboratorItem接口

LuoHaoxuan 3 سال پیش
والد
کامیت
525edfa585
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      types/src/interface/process.ts

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

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