@@ -640,7 +640,8 @@ export interface RptTreeNode {
auditType?: string | null;
rptTplType?:string | null;
};
- UID?:number
+ UID?:number;
+ refId?:string;
}
// 方案列表
export interface IRptSchemeList{