Ver código fonte

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

lishihao 4 anos atrás
pai
commit
43625b7d63
1 arquivos alterados com 2 adições e 0 exclusões
  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 {
 export interface ReportSubTree {
+  UUID:string,
   nodeType: number;
   nodeType: number;
   refId: number;
   refId: number;
   name: string;
   name: string;
@@ -14,6 +15,7 @@ export interface ReportSubTree {
 
 
 }
 }
 export interface ReportTree {
 export interface ReportTree {
+  UUID:string,
   compilationId: string;
   compilationId: string;
   userId: string;
   userId: string;
   released: boolean;
   released: boolean;