กรรมการ 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 = {
|
export type Person = {
|
||||||
profileId: string
|
profileId: string
|
||||||
name?: string
|
name?: string | null
|
||||||
position?: string
|
position?: string | null
|
||||||
positionType?: string
|
positionType?: string | null
|
||||||
positionLevel?: string
|
positionLevel?: string | null
|
||||||
role?: string
|
role?: string | null
|
||||||
posNo?: string
|
posNo?: string | null
|
||||||
actFullName?: string
|
actFullName?: string | null
|
||||||
}
|
}
|
||||||
|
|
||||||
export class UpdateAppoint {
|
export class UpdateAppoint {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue