Procházet zdrojové kódy

fix(report): 新增报表数据的ts类型

lishihao před 5 roky
rodič
revize
e34f6078bc
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. 7 0
      report/src/interface/basic.ts

+ 7 - 0
report/src/interface/basic.ts

@@ -609,3 +609,10 @@ export interface IMergeBand {
     Top: number;
     style?: any;
 }
+//丢失的interface
+export interface IPretreatment{
+    [key: string]: any;
+}
+export interface ISubFilters{
+    [key: string]: any;
+}