This commit is contained in:
AdisakKanthawilang 2025-03-25 15:12:20 +07:00
parent 5d0b2f13bb
commit 70af866b0c
3 changed files with 5 additions and 1 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;
};