null กรรมการ

This commit is contained in:
DESKTOP-2S5P7D1\Windows 10 2024-11-12 14:09:16 +07:00
parent b21e16f215
commit ac28c1c36f
2 changed files with 143 additions and 171 deletions

View file

@ -52,11 +52,11 @@ export class CreateAppoint {
export type Person = {
profileId: string
name?: string | null
name: string | null
position?: string | null
positionType?: string | null
positionLevel?: string | null
role?: string | null
role: string | null
posNo?: string | null
actFullName?: string | null
}