fixed a lot of stuff

This commit is contained in:
2026-07-25 16:19:23 -05:00
parent 1b478cd7ba
commit fb25b8aba6
8 changed files with 21 additions and 406 deletions
+2 -4
View File
@@ -54,10 +54,8 @@ public class Jobs
public required string Name { get; set; }
public JobStatus Status { get; set; }
public string? StatusId { get; set; }
public DateOnly StartDate { get; set; }
public DateOnly EndDate { get; set; }
public TimeOnly StartTime { get; set; }
public TimeOnly EndTime { get; set; }
public DateTime StartDate { get; set; }
public DateTime EndDate { get; set; }
public decimal TotalPrice { get; set; }
public string? Venue { get; set; }
public string? Address { get; set; }