แก้ Defect + EditReson and EditStatus

This commit is contained in:
Suphonchai Phoonsawat 2023-11-24 16:52:48 +07:00
parent 0096e6dd5b
commit 826431ab48
7 changed files with 641 additions and 7 deletions

View file

@ -19,5 +19,9 @@
public string? CheckOutLocation { get; set; } = string.Empty;
public string? CheckOutStatus { get; set; } = string.Empty;
public string EditStatus { get; set; } = string.Empty;
public string EditReason { get; set; } = string.Empty;
}
}

View file

@ -16,7 +16,7 @@
public double? CheckInLon { get; set; } = 0;
//public string? CheckInImageUrl { get; set; } = string.Empty;
public string? CheckInImage { get; set; } = string.Empty;
public DateTime? CheckOutDate { get; set; } = DateTime.MinValue;
@ -28,6 +28,6 @@
public double? CheckOutLon { get; set; } = 0;
//public string? CheckOutImageUrl { get; set; } = string.Empty;
public string? CheckOutImage { get; set; } = string.Empty;
}
}