Added UpdatedAt in job update log VM

This commit is contained in:
ashutosh.nehete 2025-11-18 11:03:38 +05:30
parent 76e77eb50f
commit 0cdabf61ad

View File

@ -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; }
}
}