aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Entities
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-08-24 22:24:04 +0800
committer杨宇千 <crupest@outlook.com>2019-08-24 22:24:04 +0800
commitea67db0b2971271612a2fdf9631b1fe4d6ca7e07 (patch)
treef5419e5d6117b329c8e1d17a1a88e81acc9d5909 /Timeline/Entities
parent11f01c56b4ea1dbb09d04258bec89f800c6ee2b6 (diff)
downloadtimeline-ea67db0b2971271612a2fdf9631b1fe4d6ca7e07.tar.gz
timeline-ea67db0b2971271612a2fdf9631b1fe4d6ca7e07.tar.bz2
timeline-ea67db0b2971271612a2fdf9631b1fe4d6ca7e07.zip
Rename EMail to Email.
Diffstat (limited to 'Timeline/Entities')
-rw-r--r--Timeline/Entities/UserDetail.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Entities/UserDetail.cs b/Timeline/Entities/UserDetail.cs
index 6e582234..bc14dbe6 100644
--- a/Timeline/Entities/UserDetail.cs
+++ b/Timeline/Entities/UserDetail.cs
@@ -16,7 +16,7 @@ namespace Timeline.Entities
public string QQ { get; set; }
[Column("email"), MaxLength(50)]
- public string EMail { get; set; }
+ public string Email { get; set; }
[Column("phone_number"), MaxLength(15)]
public string PhoneNumber { get; set; }