แก้ defect เพิ่มเติม
This commit is contained in:
parent
7556a6c400
commit
56ef47dc2e
5 changed files with 21 additions and 2 deletions
|
|
@ -22,6 +22,10 @@
|
|||
|
||||
public string CheckInDescription { get; set; } = string.Empty;
|
||||
|
||||
public bool IsLocationCheckIn { get; set; } = true;
|
||||
|
||||
public string? CheckInLocationName { get; set; } = string.Empty;
|
||||
|
||||
public DateTime? CheckOutDate { get; set; } = DateTime.MinValue;
|
||||
|
||||
public string? CheckOutStatus { get; set; } = string.Empty;
|
||||
|
|
@ -37,5 +41,9 @@
|
|||
public string? CheckOutImg { get; set; } = string.Empty;
|
||||
|
||||
public string? CheckOutDescription { get; set; } = string.Empty;
|
||||
|
||||
public bool IsLocationCheckOut { get; set; } = true;
|
||||
|
||||
public string? CheckOutLocationName { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue