โครงสร้างอัตรากำลัง => ทัยที่
This commit is contained in:
parent
e05aad6617
commit
7a09977cab
4 changed files with 15 additions and 6 deletions
|
|
@ -111,6 +111,10 @@ interface PosMaster {
|
|||
fullNameCurrentHolder: string | null;
|
||||
fullNameNextHolder: string | null;
|
||||
positions: Position[]; // ตำแหน่ง
|
||||
isSit: boolean;
|
||||
profilePosition: string;
|
||||
profilePostype: string;
|
||||
profilePoslevel: string;
|
||||
}
|
||||
interface Position2 {
|
||||
id: string; // id ตำแหน่ง
|
||||
|
|
@ -196,5 +200,4 @@ export type {
|
|||
HistoryPos,
|
||||
SelectPerson,
|
||||
TypePos,
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue