Sfoglia il codice sorgente

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/SCCommon

zhangweicheng 4 anni fa
parent
commit
4b6cf4c6ce
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
   constructSumType?: string | null;
   taxType?: string | null;
   taxType?: string | null;
   auditType?: string | null;
   auditType?: string | null;
+  rptTplType?:string| null;
 }
 }
 
 
 export interface ReportSubTree {
 export interface ReportSubTree {