Przeglądaj źródła

feat(types): IGatherMatter 补充 formPermission和profilePermission 两个可选字段

wupeixin 3 lat temu
rodzic
commit
9e6f64f216
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      types/src/interface/matter.ts

+ 2 - 0
types/src/interface/matter.ts

@@ -15,6 +15,8 @@ export interface IMatter {
 
 export interface IGatherMatter extends IMatter {
     businessID: string;
+    formPermission?:string[];
+    profilePermission?:string[];
 }
 
 export interface IStepMatter {