aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Models/User.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-01-29 18:38:41 +0800
committercrupest <crupest@outlook.com>2020-01-29 18:38:41 +0800
commit401a0c86054711bf5ebdce7d7717c9b59bffc2fa (patch)
treedd1cd091ecc2c80943735af4b71b53ef26fc7eee /Timeline/Models/User.cs
parentb6043126fae039c58512f60a576b10925b06df4c (diff)
downloadtimeline-401a0c86054711bf5ebdce7d7717c9b59bffc2fa.tar.gz
timeline-401a0c86054711bf5ebdce7d7717c9b59bffc2fa.tar.bz2
timeline-401a0c86054711bf5ebdce7d7717c9b59bffc2fa.zip
...
Diffstat (limited to 'Timeline/Models/User.cs')
-rw-r--r--Timeline/Models/User.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/Models/User.cs b/Timeline/Models/User.cs
index 05395022..2cead892 100644
--- a/Timeline/Models/User.cs
+++ b/Timeline/Models/User.cs
@@ -12,6 +12,7 @@ namespace Timeline.Models
#region secret
+ public long? Id { get; set; }
public string? Password { get; set; }
public long? Version { get; set; }
#endregion secret