ปรับ แสดงรายละเอียดสถานที่ลเวลาเข้า และออก

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-08 09:58:22 +07:00
parent b4998e73b6
commit d4fafe3c3f
2 changed files with 31 additions and 0 deletions

View file

@ -77,5 +77,9 @@ interface FormDetail {
checkOutLon: number | null; //พิกัด Lon ออกงาน
checkOutImg: string; //รูปถ่ายออกงาน
checkOutDescription: string; //หมายเหตุออกงาน
isLocationCheckIn: boolean;
isLocationCheckOut: boolean;
checkInLocationName: string;
checkOutLocationName: string;
}
export type { TableRows, DataResLog, DataResTime, TableRowsTime, FormDetail };