add interface sickForm
This commit is contained in:
parent
ff144fcf46
commit
d69ca225a4
1 changed files with 14 additions and 0 deletions
14
src/modules/05_leave/interface/request/SickForm.ts
Normal file
14
src/modules/05_leave/interface/request/SickForm.ts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
interface FormData {
|
||||
leaveNo: string //เขียนที่***
|
||||
startLeaveDate: Date | null //*วัน เดือน ปีเริ่มต้นลา
|
||||
endLeaveDate: Date | null //*วัน เดือน ปีสิ้นสุดลา
|
||||
leaveTotal: string //จำนวนวันลา
|
||||
contractTel: string //หมายเลขโทรศัพท์ที่ติดต่อได้
|
||||
leaveContactTel: string //หมายเลขที่ติดต่อขณะลา
|
||||
leaveDetail: string //รายละเอียดการลา
|
||||
leaveContactLocation: string //สถานที่ติดต่อขณะลา
|
||||
file: File | null //เอกสารปะกอบ
|
||||
[key: string]: any
|
||||
}
|
||||
|
||||
export type { FormData }
|
||||
Loading…
Add table
Add a link
Reference in a new issue