fix:registry
This commit is contained in:
parent
18101353a1
commit
4c569a1d3f
10 changed files with 502 additions and 127 deletions
|
|
@ -75,8 +75,8 @@ interface FormPostition {
|
|||
positionExecutiveField?: string; //ด้านทางการบริหาร
|
||||
positionArea?: string; //ด้าน/สาขา
|
||||
positionCee: string; //ระดับซี
|
||||
amount: number | null; //เงินเดือน
|
||||
amountSpecial: number | null; //เงินค่าตอบแทนพิเศษ
|
||||
amount: number | undefined; //เงินเดือน
|
||||
amountSpecial: number | undefined; //เงินค่าตอบแทนพิเศษ
|
||||
orgRoot: string; //หน่วยงาน
|
||||
orgChild1: string; //ส่วนราชการระดับ 1
|
||||
orgChild2: string; //ส่วนราชการระดับ 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue