ประเมินเชี่ยวชาญ

This commit is contained in:
setthawutttty 2025-04-01 16:34:24 +07:00
parent 27fb61604f
commit c45d3f8e6e
4 changed files with 135 additions and 22 deletions

View file

@ -12,6 +12,9 @@ interface ProfileData {
citizenId?: string;
salary?: number|null;
birthDate?: string;
org?: string;
dateStart?: string;
dateRetireLaw?: string;
}
interface InformationData {