Merge branch 'develop' of github.com:Frappet/hrms-api-org into develop
This commit is contained in:
commit
a34a048dee
5 changed files with 35 additions and 41 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