Bläddra i källkod

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

lishihao 4 år sedan
förälder
incheckning
b750911619
1 ändrade filer med 1 tillägg och 0 borttagningar
  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 {