diff options
| author | crupest <crupest@outlook.com> | 2020-03-07 22:02:31 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2020-03-07 22:02:31 +0800 |
| commit | b686b383022e6d9db2bd61ad441be753cae3dbcf (patch) | |
| tree | 391e42cf9106161bd6e9c84f5c73ef5d07ae84d7 /Timeline/Entities | |
| parent | 968140e8aaba398e10585e978aff33d7b32e824a (diff) | |
| download | timeline-b686b383022e6d9db2bd61ad441be753cae3dbcf.tar.gz timeline-b686b383022e6d9db2bd61ad441be753cae3dbcf.tar.bz2 timeline-b686b383022e6d9db2bd61ad441be753cae3dbcf.zip | |
...
Diffstat (limited to 'Timeline/Entities')
| -rw-r--r-- | Timeline/Entities/TimelinePostEntity.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Timeline/Entities/TimelinePostEntity.cs b/Timeline/Entities/TimelinePostEntity.cs index ca2703b3..24bfc7a3 100644 --- a/Timeline/Entities/TimelinePostEntity.cs +++ b/Timeline/Entities/TimelinePostEntity.cs @@ -31,6 +31,9 @@ namespace Timeline.Entities [Column("content")]
public string? Content { get; set; }
+ [Column("extra_content")]
+ public string? ExtraContent { get; set; }
+
[Column("time")]
public DateTime Time { get; set; }
|
