Refactoring code module 01_metadata => 03_positionEmployee

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-09-05 16:44:08 +07:00
parent a8d794abe6
commit 24c0b87ec8
22 changed files with 324 additions and 348 deletions

View file

@ -21,6 +21,7 @@ interface ResPossition {
posLevelName: number;
posTypeId: string;
posTypeName: string;
posTypeShortName: string;
}
export type { ResGroup, ResLevel, ResPossition };