Explorar el Código

fix(report): 新增报表级别属性

lishihao hace 4 años
padre
commit
b750911619
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      types/src/interface/report.ts

+ 1 - 0
types/src/interface/report.ts

@@ -2,6 +2,7 @@ export interface ReportFlags {
   constructSumType?: string | null;
   taxType?: string | null;
   auditType?: string | null;
+  rptTplType?:string| null;
 }
 
 export interface ReportSubTree {