ui specialTime
เพิ่มตัวแปร checkIn checkOut
This commit is contained in:
parent
02c8376b7f
commit
f8843a2990
5 changed files with 34 additions and 44 deletions
|
|
@ -10,5 +10,7 @@ interface ListData {
|
|||
status: string;
|
||||
checkInStatus: string;
|
||||
checkOutStatus: string;
|
||||
checkOut: string;
|
||||
checkIn: string;
|
||||
}
|
||||
export type { ListData };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue