ปรับ โครงสร้างอัตรากำลัง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-10 11:34:15 +07:00
parent dd57d5d76a
commit a48f2afad7
10 changed files with 51 additions and 2 deletions

View file

@ -118,6 +118,7 @@ interface PosMaster {
profilePoslevel: string;
conditionReason: string;
isCondition: boolean;
isDirector: boolean;
}
interface Position2 {
id: string; // id ตำแหน่ง
@ -157,6 +158,7 @@ interface PosMaster2 {
profilePosition: string;
profilePoslevel: string;
profilePostype: string;
isDirector?: boolean;
}
interface HistoryPos {