mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 13:27:35 +00:00
Added short name to benchmarks
This commit is contained in:
@@ -6,6 +6,7 @@ public class StudentBenchmarkItem
|
||||
public Guid GoalId { get; set; }
|
||||
public string? GoalCategory { get; set; }
|
||||
public string? Benchmark { get; set; }
|
||||
public string? ShortName { get; set; }
|
||||
public string? CreatedByName { get; set; }
|
||||
public DateTime CreatedAt { get; set; }
|
||||
public DateTime? UpdatedAt { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user