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