Explorar o código

feat(types): IMatter添加dataID字段

wupeixin %!s(int64=3) %!d(string=hai) anos
pai
achega
87f83d9cf7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      types/src/interface/matter.ts

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

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