Просмотр исходного кода

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

wupeixin 3 лет назад
Родитель
Сommit
9e6f64f216
1 измененных файлов с 2 добавлено и 0 удалено
  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 {