Sfoglia il codice sorgente

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

wupeixin 3 anni fa
parent
commit
9e6f64f216
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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 {