Explorar o código

feat(types): 报表树type新增UUID属性

lishihao %!s(int64=4) %!d(string=hai) anos
pai
achega
43625b7d63
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      types/src/interface/report.ts

+ 2 - 0
types/src/interface/report.ts

@@ -4,6 +4,7 @@ export interface ReportFlags{
 }
 
 export interface ReportSubTree {
+  UUID:string,
   nodeType: number;
   refId: number;
   name: string;
@@ -14,6 +15,7 @@ export interface ReportSubTree {
 
 }
 export interface ReportTree {
+  UUID:string,
   compilationId: string;
   userId: string;
   released: boolean;