แก้ Defect + EditReson and EditStatus
This commit is contained in:
parent
0096e6dd5b
commit
826431ab48
7 changed files with 641 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue