Merge branch 'nice_dev' into develop
# Conflicts: # src/api/02_organizational/api.organization.ts # src/modules/02_organizationalNew/interface/response/organizational.ts
This commit is contained in:
commit
611cca1738
4 changed files with 191 additions and 4 deletions
|
|
@ -140,6 +140,15 @@ interface PosMaster2 {
|
|||
positions: Position[]; // ตำแหน่ง
|
||||
}
|
||||
|
||||
interface HistoryPos {
|
||||
id: string; //id node
|
||||
orgShotName: string; //ชื่อย่อส่วนราชการ
|
||||
lastUpdatedAt: Date; //วันที่แก้ไข
|
||||
posMasterNoPrefix: string; //Prefix นำหน้าเลขที่ตำแหน่ง เป็น Optional (ไม่ใช่อักษรย่อของหน่วยงาน/ส่วนราชการ)
|
||||
posMasterNo: number; //เลขที่ตำแหน่ง เป็นตัวเลข
|
||||
posMasterNoSuffix: string; //Suffix หลังเลขที่ตำแหน่ง เช่น ช.
|
||||
}
|
||||
|
||||
export type {
|
||||
DataActive,
|
||||
OrgTree,
|
||||
|
|
@ -152,5 +161,6 @@ export type {
|
|||
PosMaster2,
|
||||
Position,
|
||||
Position2,
|
||||
SumPosition
|
||||
SumPosition,
|
||||
HistoryPos,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue