소스 검색

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

lishihao 4 년 전
부모
커밋
43625b7d63
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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;