แก้เพิ่มข้อมูล profileType
This commit is contained in:
parent
6fea0f1851
commit
df207fa2f2
2 changed files with 2 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ interface DataResTime {
|
|||
interface DataResLog {
|
||||
id: string; //id รายการลงเวลาปฏิบัติงาน
|
||||
fullName: String; //ชื่อ-นามสกุล
|
||||
profileType: String; //สถานภาพ
|
||||
checkInDate: Date | null; //วันที่เข้างาน
|
||||
checkInTime: string; //เวลาเข้างาน
|
||||
checkInLocation: String; //พิกัดเข้างาน
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue