แก้ API ข้อมูลราชการ
This commit is contained in:
parent
c2fee13ef9
commit
55ee7f6b12
2 changed files with 145 additions and 262 deletions
|
|
@ -1,23 +1,29 @@
|
|||
interface FormMain {
|
||||
ocId:string
|
||||
positionId:string
|
||||
positionLine:string
|
||||
positionLevel:string
|
||||
numberId:string
|
||||
positionExecutive:string
|
||||
positionExecutiveSide:string
|
||||
positionType:string
|
||||
positionPathSide:string
|
||||
ocId: string
|
||||
positionId: string
|
||||
positionLine: string
|
||||
positionLevel: string
|
||||
numberId: string
|
||||
positionExecutive: string
|
||||
positionExecutiveSide: string
|
||||
positionType: string
|
||||
positionPathSide: string
|
||||
|
||||
containDate:Date
|
||||
workDate:Date
|
||||
reasonSameDate:string
|
||||
retireDate:Date
|
||||
ageAll:string
|
||||
absent:number
|
||||
age:number
|
||||
containDate: any
|
||||
workDate: any
|
||||
reasonSameDate: string
|
||||
retireDate: any
|
||||
ageAll: GovAgeForm
|
||||
absent: number
|
||||
age: number
|
||||
[key: string]: any;
|
||||
}
|
||||
interface GovAgeForm {
|
||||
year: number,
|
||||
month: number,
|
||||
day: number
|
||||
}
|
||||
|
||||
interface MyObjectRef {
|
||||
containDate: object | null;
|
||||
workDate: object | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue