Kaynağa Gözat

feat(types): 修改ICollaboratorPermission接口

LuoHaoxuan 3 yıl önce
ebeveyn
işleme
69cb3df791
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      types/src/interface/process.ts

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

@@ -154,6 +154,7 @@ export interface SimpleDynamicStep {
 }
 
 export interface ICollaboratorPermission {
+  matterID: string;
   form: string[];
   cost: string[];
   profile: string[];