From a0f8b2ba0d41678b09bff2adaac94e5bac717b9b Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 17 Dec 2020 23:09:24 +0800 Subject: ... --- BackEnd/Timeline.ErrorCodes/ErrorCodes.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'BackEnd/Timeline.ErrorCodes/ErrorCodes.cs') 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; + } } } -- cgit v1.2.3