แก้ defect

This commit is contained in:
Suphonchai Phoonsawat 2023-12-15 09:59:03 +07:00
parent bd1a77c1a2
commit 89a88c92dc
4 changed files with 53 additions and 5 deletions

View file

@ -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; }