Browse Source

feat(types): IMatter添加dataID字段

wupeixin 3 years ago
parent
commit
87f83d9cf7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      types/src/interface/matter.ts

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

@@ -10,6 +10,7 @@ export interface IMatter {
     sort: string;
     sort: string;
     formSchema: any;
     formSchema: any;
     assembly: string[];
     assembly: string[];
+    dataID:string;
 }
 }
 
 
 export interface IGatherMatter extends IMatter {
 export interface IGatherMatter extends IMatter {