Bläddra i källkod

feat(types): 修改ICollaboratorPermission接口

LuoHaoxuan 3 år sedan
förälder
incheckning
69cb3df791
1 ändrade filer med 1 tillägg och 0 borttagningar
  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[];