แสดงคนครอง
This commit is contained in:
parent
0b0ef1d1ff
commit
72eb0c0643
3 changed files with 10 additions and 2 deletions
|
|
@ -103,6 +103,8 @@ interface PosMaster {
|
|||
positionExecutiveField: string; // ด้านทางการบริหาร
|
||||
positionArea: string; // ด้าน/สาขา
|
||||
positionIsSelected: boolean; // เป็นตำแหน่งที่ถูกเลือกในรอบนั้น ๆ หรือไม่?
|
||||
fullNameCurrentHolder: string | null;
|
||||
fullNameNextHolder: string | null;
|
||||
positions: Position[]; // ตำแหน่ง
|
||||
}
|
||||
interface Position2 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue