diff options
author | crupest <crupest@outlook.com> | 2020-01-29 18:38:41 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-01-29 18:38:41 +0800 |
commit | 401a0c86054711bf5ebdce7d7717c9b59bffc2fa (patch) | |
tree | dd1cd091ecc2c80943735af4b71b53ef26fc7eee /Timeline/Models/User.cs | |
parent | b6043126fae039c58512f60a576b10925b06df4c (diff) | |
download | timeline-401a0c86054711bf5ebdce7d7717c9b59bffc2fa.tar.gz timeline-401a0c86054711bf5ebdce7d7717c9b59bffc2fa.tar.bz2 timeline-401a0c86054711bf5ebdce7d7717c9b59bffc2fa.zip |
...
Diffstat (limited to 'Timeline/Models/User.cs')
-rw-r--r-- | Timeline/Models/User.cs | 1 |
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
|