add personal
This commit is contained in:
parent
fd42120b9d
commit
1a73f644d7
2 changed files with 12 additions and 0 deletions
|
|
@ -189,6 +189,12 @@ export class PostPersonal {
|
|||
positionArea?: string | null;
|
||||
posExecutiveName?: string | null;
|
||||
positionExecutiveField?: string | null;
|
||||
|
||||
root?: string | null;
|
||||
child1?: string | null;
|
||||
child2?: string | null;
|
||||
child3?: string | null;
|
||||
child4?: string | null;
|
||||
}
|
||||
|
||||
export type UpdatePersonal = Partial<CreatePersonal>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue