api รายชื่อผู้ที่ย้ายสับเปลี่ยนตำแหน่ง

This commit is contained in:
Bright 2024-06-12 18:50:07 +07:00
parent 33b68fdb19
commit 0dd56266b4
2 changed files with 337 additions and 50 deletions

View file

@ -216,6 +216,7 @@ export class ProfileItem {
firstName: string;
lastName: string;
citizenId: string;
birthDate: Date | null;
positionOld: string | null;
positionTypeOld: string | null;
positionLevelOld: string | null;
@ -246,8 +247,20 @@ export class ProfileItem {
posLevelNameOld: string | null;
}
//เลือกหน่วยงานที่รับย้าย
//แก้ไขข้อมูลเพื่อลงบัญชีแนบท้าย
export type UpdateProfileChangePosition = {
educationOld: string;
posMasterNoOld: number;
positionTypeOld: string;
positionLevelOld: string;
positionNumberOld: string;
amountOld: number;
dateCurrent : Date | null
reason: string | null;
};
//เลือกหน่วยงานที่รับย้าย
export type SelectProfileChangePosition = {
posmasterId: string;
node: number;
nodeId: string;