แก้ API ข้อมูลราชการ

This commit is contained in:
STW_TTTY\stwtt 2024-03-27 13:30:42 +07:00
parent c2fee13ef9
commit 55ee7f6b12
2 changed files with 145 additions and 262 deletions

View file

@ -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;