diff options
author | crupest <crupest@outlook.com> | 2020-11-27 01:26:23 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-11-27 01:26:23 +0800 |
commit | 5e4cdbbfa75ce021dfbfd8e1f2d38370a702285e (patch) | |
tree | e0c263bd7a3827c0f6ddbee123362f7f79757a0c /BackEnd/Timeline/Models/TimelineInfo.cs | |
parent | 7883590a7a0c5c5c4e5cff6290e26c64e1258a25 (diff) | |
download | timeline-5e4cdbbfa75ce021dfbfd8e1f2d38370a702285e.tar.gz timeline-5e4cdbbfa75ce021dfbfd8e1f2d38370a702285e.tar.bz2 timeline-5e4cdbbfa75ce021dfbfd8e1f2d38370a702285e.zip |
...
Diffstat (limited to 'BackEnd/Timeline/Models/TimelineInfo.cs')
-rw-r--r-- | BackEnd/Timeline/Models/TimelineInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BackEnd/Timeline/Models/TimelineInfo.cs b/BackEnd/Timeline/Models/TimelineInfo.cs index 440f6b81..649af274 100644 --- a/BackEnd/Timeline/Models/TimelineInfo.cs +++ b/BackEnd/Timeline/Models/TimelineInfo.cs @@ -50,7 +50,7 @@ namespace Timeline.Models public string DataTag { get; set; }
}
- public record TimelinePostInfo
+ public class TimelinePostInfo
{
public TimelinePostInfo()
{
@@ -76,7 +76,7 @@ namespace Timeline.Models public string TimelineName { get; set; } = default!;
}
- public record TimelineInfo
+ public class TimelineInfo
{
public TimelineInfo()
{
|