กรรมการ null ได้
This commit is contained in:
parent
45a393edcf
commit
b21e16f215
1 changed files with 7 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue