no message

This commit is contained in:
DESKTOP-2S5P7D1\Windows 10 2024-11-12 13:36:53 +07:00
parent 6acd24e98a
commit 45a393edcf

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
position?: string
positionType?: string
positionLevel?: string
role?: string
posNo?: string
actFullName?: string
}
export class UpdateAppoint {