null กรรมการ
This commit is contained in:
parent
b21e16f215
commit
ac28c1c36f
2 changed files with 143 additions and 171 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue