fixed tenure
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m20s

This commit is contained in:
Warunee Tamkoo 2026-05-18 23:25:09 +07:00
parent 5ea111a3c5
commit 6c5356ca46
2 changed files with 379 additions and 127 deletions

View file

@ -74,7 +74,7 @@ export class TenureLevelEmployee extends EntityBase {
positionLevel: string;
}
export class CreateTenureLevelOfficer {
export class CreateTenureLevelEmployee {
profileEmployeeId: string;
positionCee: string | null;
days_diff: number | null;