แสดงรูปโปรไฟล์หน้ารายการทะเบียนประวัติ

This commit is contained in:
Warunee Tamkoo 2024-04-29 17:31:02 +07:00
parent 4232c5d4e8
commit 81fd3a3ac8
5 changed files with 117 additions and 91 deletions

View file

@ -13,6 +13,7 @@ interface DataLevel {
}
interface DataPerson {
avatar?: string;
citizenId: string;
firstName: string;
id: string;