fix(organization): Display orgshortName
This commit is contained in:
parent
291bab66a0
commit
66c5487bc6
2 changed files with 26 additions and 15 deletions
|
|
@ -167,11 +167,14 @@ interface PosMaster2 {
|
|||
|
||||
interface HistoryPos {
|
||||
id: string; //id node
|
||||
orgShotName: string; //ชื่อย่อส่วนราชการ
|
||||
orgShortName: string; //ชื่อย่อส่วนราชการ
|
||||
lastUpdatedAt: Date; //วันที่แก้ไข
|
||||
posMasterNoPrefix: string; //Prefix นำหน้าเลขที่ตำแหน่ง เป็น Optional (ไม่ใช่อักษรย่อของหน่วยงาน/ส่วนราชการ)
|
||||
posMasterNo: number; //เลขที่ตำแหน่ง เป็นตัวเลข
|
||||
posMasterNoSuffix: string; //Suffix หลังเลขที่ตำแหน่ง เช่น ช.
|
||||
prefix: string; //คำนำหน้าชื่อผู้ครองตำแหน่ง
|
||||
firstName: string; //ชื่อผู้ครองตำแหน่ง
|
||||
lastName: string; //นามสกุลผู้ครองตำแหน่ง
|
||||
}
|
||||
|
||||
interface SelectPerson {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue