กรรมการ null ได้

This commit is contained in:
DESKTOP-2S5P7D1\Windows 10 2024-11-12 13:59:05 +07:00
parent 45a393edcf
commit b21e16f215

View file

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