|
|
@@ -635,10 +635,12 @@ export interface RptTreeNode {
|
|
|
children?: RptTreeNode[];
|
|
|
userId?: string;
|
|
|
flags?: {
|
|
|
- constructSumType?: string | null;
|
|
|
- taxType?: string | null;
|
|
|
- auditType?: string | null;
|
|
|
+ constructSumType?: string | null;
|
|
|
+ taxType?: string | null;
|
|
|
+ auditType?: string | null;
|
|
|
+ rptTplType?:string | null;
|
|
|
};
|
|
|
+ UID?:number
|
|
|
}
|
|
|
// 方案列表
|
|
|
export interface IRptSchemeList{
|