fix
This commit is contained in:
parent
5d0b2f13bb
commit
70af866b0c
3 changed files with 5 additions and 1 deletions
|
|
@ -57,7 +57,6 @@ export class PositionSalaryEditHistory extends EntityBase {
|
|||
}
|
||||
|
||||
export class CreatePositionSalaryEditHistory {
|
||||
returnedDate: Date;
|
||||
detailForEdit: string | null;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -342,6 +342,8 @@ export class CreateProfileSalaryTemp {
|
|||
isGovernment?: boolean | null;
|
||||
positionCee?: string | null;
|
||||
commandName?: string | null;
|
||||
posNumCodeSit?: string | null;
|
||||
posNumCodeSitAbb?: string | null;
|
||||
}
|
||||
|
||||
export type UpdateProfileSalaryTemp = {
|
||||
|
|
@ -373,4 +375,6 @@ export type UpdateProfileSalaryTemp = {
|
|||
isGovernment?: boolean | null;
|
||||
positionCee?: string | null;
|
||||
commandName?: string | null;
|
||||
posNumCodeSit?: string | null;
|
||||
posNumCodeSitAbb?: string | null;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue