ปรับ โครงสร้างอัตรากำลัง
This commit is contained in:
parent
dd57d5d76a
commit
a48f2afad7
10 changed files with 51 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue