ソースを参照

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

wupeixin 3 年 前
コミット
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 {
 export interface IGatherMatter extends IMatter {
     businessID: string;
     businessID: string;
+    formPermission?:string[];
+    profilePermission?:string[];
 }
 }
 
 
 export interface IStepMatter {
 export interface IStepMatter {