This commit is contained in:
Bright 2024-12-26 16:59:33 +07:00
parent c4fbfc72e1
commit 75b2340c93

View file

@ -60,7 +60,7 @@ export type Person = {
posNo?: string | null
actFullName?: string | null
prefix?: string | null
fullName?: string | null
firstName?: string | null
lastName?: string | null
citizenId?: string | null
rootId?: string | null