fix reprot

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-07-11 12:14:16 +07:00
parent aa2a7a5f5d
commit 938b1f8e98
6 changed files with 229 additions and 92 deletions

View file

@ -55,6 +55,8 @@ interface DataStructureTree {
orgRootCode: string;
orgRootShortName: string;
isDeputy?: boolean;
id?: string;
orgTreeDnaId?: string; // Added for compatibility with the new structure
}
interface DataStrategy {