แก้ Defect
This commit is contained in:
parent
5ae67ee02e
commit
0096e6dd5b
8 changed files with 184 additions and 97 deletions
|
|
@ -8,9 +8,11 @@
|
|||
|
||||
public DateTime? CheckInDate { get; set; } = DateTime.MinValue;
|
||||
|
||||
public string? CheckInStatus { get; set; } = string.Empty;
|
||||
|
||||
public string? CheckInTime { get; set; } = "00:00";
|
||||
|
||||
public string? CheckInLocation { get; set; } = string.Empty;
|
||||
public string? CheckInPOI { get; set; } = string.Empty;
|
||||
|
||||
public double? CheckInLat { get; set; } = 0;
|
||||
|
||||
|
|
@ -18,16 +20,22 @@
|
|||
|
||||
public string? CheckInImg { get; set; } = string.Empty;
|
||||
|
||||
public string CheckInDescription { get; set; } = string.Empty;
|
||||
|
||||
public DateTime? CheckOutDate { get; set; } = DateTime.MinValue;
|
||||
|
||||
public string? CheckOutStatus { get; set; } = string.Empty;
|
||||
|
||||
public string? CheckOutTime { get; set; } = "00:00";
|
||||
|
||||
public string? CheckOutLocation { get; set; } = string.Empty;
|
||||
public string? CheckOutPOI { get; set; } = string.Empty;
|
||||
|
||||
public double? CheckOutLat { get; set; } = 0;
|
||||
|
||||
public double? CheckOutLon { get; set; } = 0;
|
||||
|
||||
public string? CheckOutImg { get; set; } = string.Empty;
|
||||
|
||||
public string? CheckOutDescription { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue