Explorar o código

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

lishihao %!s(int64=4) %!d(string=hai) anos
pai
achega
b750911619
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {