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