소스 검색

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 {