แก้ประเมิน

This commit is contained in:
setthawutttty 2025-03-18 13:44:54 +07:00
parent cbee41e212
commit 2cec815100
4 changed files with 22 additions and 2 deletions

View file

@ -9,6 +9,9 @@ interface ProfileData {
posLevelName: string;
posNo: string;
profileId: string;
citizenId?: string;
salary?: number|null;
birthDate?: string;
}
interface InformationData {