ปรับ บัญชีเงินเดือน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-19 10:53:52 +07:00
parent 7891c16a6c
commit c32c56bc10
5 changed files with 374 additions and 362 deletions

View file

@ -30,6 +30,7 @@ interface SalaryPosType {
id: string;
posTypeName: string;
posTypeRank: string;
posLevels: SalaryPosLevel[];
}
interface SalaryPosLevel {