โครงสร้าง => fix สกจ.

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-17 13:57:33 +07:00
parent f251ae03d7
commit 59498c0835
2 changed files with 9 additions and 1 deletions

View file

@ -35,6 +35,7 @@ interface OrgTree {
orgTreePhoneIn: string;
orgTreeFax: string;
orgRevisionId: string;
isOfficer: boolean;
children: OrgTree[];
}