แก้ defect เรื่องการเรียงลำดับ
This commit is contained in:
parent
e21d19ea23
commit
ce476e0f6d
4 changed files with 16 additions and 1 deletions
|
|
@ -12,6 +12,10 @@
|
|||
|
||||
public string? CheckInStatus { get; set; } = string.Empty;
|
||||
|
||||
public bool CheckInIsLocation { get; set; } = false;
|
||||
|
||||
public string? CheckInLocationName { get; set; } = string.Empty;
|
||||
|
||||
public DateTime? CheckOutDate { get; set; } = DateTime.MinValue;
|
||||
|
||||
public string? CheckOutTime { get; set; } = "00:00";
|
||||
|
|
@ -20,6 +24,10 @@
|
|||
|
||||
public string? CheckOutStatus { get; set; } = string.Empty;
|
||||
|
||||
public bool CheckOutIsLocation { get; set; } = false;
|
||||
|
||||
public string? CheckOutLocationName { get; set; } = string.Empty;
|
||||
|
||||
//public string EditStatus { get; set; } = string.Empty;
|
||||
|
||||
//public string EditReason { get; set; } = string.Empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue