diff options
author | crupest <crupest@outlook.com> | 2020-12-17 23:49:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 23:49:16 +0800 |
commit | 3b3c7c170f0070b0db85834b6c913b9060996d1d (patch) | |
tree | f5ce5a6ffebab52a4a990faa0d12937244cc3185 /BackEnd/Timeline.ErrorCodes/ErrorCodes.cs | |
parent | 828da7516df1a7612c3b24b4a27ba680eaf821f8 (diff) | |
parent | 5cbc306fc82bf14157ced4ff8b935191d20dae5d (diff) | |
download | timeline-3b3c7c170f0070b0db85834b6c913b9060996d1d.tar.gz timeline-3b3c7c170f0070b0db85834b6c913b9060996d1d.tar.bz2 timeline-3b3c7c170f0070b0db85834b6c913b9060996d1d.zip |
Merge pull request #192 from crupest/highlight-timeline
Highlight timeline.
Diffstat (limited to 'BackEnd/Timeline.ErrorCodes/ErrorCodes.cs')
-rw-r--r-- | BackEnd/Timeline.ErrorCodes/ErrorCodes.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs b/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs index 90c4ed99..a8519216 100644 --- a/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs +++ b/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs @@ -63,6 +63,11 @@ public const int PostNotExist = 1_104_05_01;
public const int PostNoData = 1_104_05_02;
}
+
+ public static class HighlightTimelineController
+ {
+ public const int NonHighlight = 1_105_01_01;
+ }
}
}
|