Explorar o código

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

lishihao %!s(int64=5) %!d(string=hai) anos
pai
achega
e34f6078bc
Modificáronse 1 ficheiros con 7 adicións e 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;
+}