diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-24 22:24:04 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-08-24 22:24:04 +0800 |
commit | 7d5076a0c5e95380ee872e3898b2654f2757b6a4 (patch) | |
tree | f5419e5d6117b329c8e1d17a1a88e81acc9d5909 /Timeline/Entities | |
parent | 3716d2431de08194d3a107ef640febc47c3ee72a (diff) | |
download | timeline-7d5076a0c5e95380ee872e3898b2654f2757b6a4.tar.gz timeline-7d5076a0c5e95380ee872e3898b2654f2757b6a4.tar.bz2 timeline-7d5076a0c5e95380ee872e3898b2654f2757b6a4.zip |
Rename EMail to Email.
Diffstat (limited to 'Timeline/Entities')
-rw-r--r-- | Timeline/Entities/UserDetail.cs | 2 |
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; }
|