aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Models/Timeline.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-14 01:03:20 +0800
committercrupest <crupest@outlook.com>2020-06-14 01:03:20 +0800
commit994ebd75db1a3d4317402b0552f4a9cc41fd7349 (patch)
tree32aa5220fca7edaeb99de255bdb33e37a82dafc9 /Timeline/Models/Timeline.cs
parent1df83c67e999f7bcf606046c0c687a0be5f8d462 (diff)
downloadtimeline-994ebd75db1a3d4317402b0552f4a9cc41fd7349.tar.gz
timeline-994ebd75db1a3d4317402b0552f4a9cc41fd7349.tar.bz2
timeline-994ebd75db1a3d4317402b0552f4a9cc41fd7349.zip
feat(back): Fix #103 .
Diffstat (limited to 'Timeline/Models/Timeline.cs')
-rw-r--r--Timeline/Models/Timeline.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/Models/Timeline.cs b/Timeline/Models/Timeline.cs
index 803a5c5c..c47d7be3 100644
--- a/Timeline/Models/Timeline.cs
+++ b/Timeline/Models/Timeline.cs
@@ -70,6 +70,7 @@ namespace Timeline.Models
public class Timeline
#pragma warning restore CA1724 // Type names should not match namespaces
{
+ public Guid UniqueID { get; set; } = default!;
public string Name { get; set; } = default!;
public string Description { get; set; } = default!;
public User Owner { get; set; } = default!;