refactor(registry-edit): exportExcel

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-04-23 17:22:01 +07:00
parent 88667b8ea8
commit 24d08ac0cf
4 changed files with 217 additions and 56 deletions

View file

@ -70,6 +70,7 @@ interface DataPosition {
status: string;
posNumCodeSitAbb: string;
posNumCodeSit: string;
positionExecutiveField: string;
}
export type { DataSalaryPos, DataPosition };