From 75b2340c93f812a5f79120e4a5e9881c41e40b44 Mon Sep 17 00:00:00 2001 From: Bright Date: Thu, 26 Dec 2024 16:59:33 +0700 Subject: [PATCH] rename --- src/entities/Appoint.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entities/Appoint.ts b/src/entities/Appoint.ts index 069da61..1970f69 100644 --- a/src/entities/Appoint.ts +++ b/src/entities/Appoint.ts @@ -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