Procházet zdrojové kódy

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

lishihao před 4 roky
rodič
revize
b750911619
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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 {