Explorar el Código

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

lishihao hace 5 años
padre
commit
e34f6078bc
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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;
+}