Merge branch 'develop' of github.com:Frappet/hrms-api-org into develop

This commit is contained in:
mamoss 2025-03-26 10:19:54 +07:00
commit a34a048dee
5 changed files with 35 additions and 41 deletions

View file

@ -57,7 +57,6 @@ export class PositionSalaryEditHistory extends EntityBase {
}
export class CreatePositionSalaryEditHistory {
returnedDate: Date;
detailForEdit: string | null;
}

View file

@ -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;
};