ui specialTime

เพิ่มตัวแปร checkIn checkOut
This commit is contained in:
AnandaTon 2023-11-07 12:03:20 +07:00
parent 02c8376b7f
commit f8843a2990
5 changed files with 34 additions and 44 deletions

View file

@ -10,5 +10,7 @@ interface ListData {
status: string;
checkInStatus: string;
checkOutStatus: string;
checkOut: string;
checkIn: string;
}
export type { ListData };