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