Added UpdatedAt in job update log VM
This commit is contained in:
parent
76e77eb50f
commit
0cdabf61ad
@ -9,6 +9,7 @@ namespace Marco.Pms.Model.ViewModels.ServiceProject
|
||||
public JobStatus? Status { get; set; }
|
||||
public JobStatus? NextStatus { get; set; }
|
||||
public string? Comment { get; set; }
|
||||
public DateTime UpdatedAt { get; set; }
|
||||
public BasicEmployeeVM? UpdatedBy { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user