فهرست منبع

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;