fix: request body
This commit is contained in:
parent
a0887d8b74
commit
808971b5b2
2 changed files with 4 additions and 8 deletions
|
|
@ -165,10 +165,10 @@ export class ProfileGovernment extends EntityBase {
|
|||
})
|
||||
positionEmployeePositionSide: string;
|
||||
}
|
||||
|
||||
export type CreateProfileGovernment = {
|
||||
positionId: string | null;
|
||||
profileId: string | null;
|
||||
profile: Profile | null;
|
||||
posNoId: string | null;
|
||||
ocId: string | null;
|
||||
dateAppoint: Date | null;
|
||||
|
|
@ -193,7 +193,6 @@ export type CreateProfileGovernment = {
|
|||
|
||||
export type UpdateProfileGovernment = {
|
||||
positionId?: string | null;
|
||||
profile?: Profile | null;
|
||||
posNoId?: string | null;
|
||||
ocId?: string | null;
|
||||
dateAppoint?: Date | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue