แก้ defect
This commit is contained in:
parent
bd1a77c1a2
commit
89a88c92dc
4 changed files with 53 additions and 5 deletions
|
|
@ -4,9 +4,9 @@
|
|||
{
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public DateTime CheckInDate { get; set; }
|
||||
public DateTime? CheckInDate { get; set; }
|
||||
|
||||
public DateTime CheckOutDate { get; set; }
|
||||
public DateTime? CheckOutDate { get; set; }
|
||||
|
||||
public string CheckInTime { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue