ปรับ แสดงรายละเอียดสถานที่ลเวลาเข้า และออก
This commit is contained in:
parent
b4998e73b6
commit
d4fafe3c3f
2 changed files with 31 additions and 0 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue