no message
This commit is contained in:
parent
6acd24e98a
commit
45a393edcf
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
|
||||
position?: string
|
||||
positionType?: string
|
||||
positionLevel?: string
|
||||
role?: string
|
||||
posNo?: string
|
||||
actFullName?: string
|
||||
}
|
||||
|
||||
export class UpdateAppoint {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue