ปรับ table ลงเวลา
This commit is contained in:
parent
9e3fb8bff7
commit
7d23bdc945
11 changed files with 309 additions and 267 deletions
15
src/modules/09_leave/interface/response/work.ts
Normal file
15
src/modules/09_leave/interface/response/work.ts
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
interface TableRows {
|
||||
fullName: string
|
||||
timeIn: string
|
||||
coordinatesIn: string
|
||||
latIn: string
|
||||
longIn: string
|
||||
timeOut: string
|
||||
coordinatesOut: string
|
||||
latOut: string
|
||||
longOut: string
|
||||
status: string
|
||||
}
|
||||
export type {
|
||||
TableRows
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue