diff options
author | crupest <crupest@outlook.com> | 2020-12-17 23:09:24 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-12-17 23:09:24 +0800 |
commit | a0f8b2ba0d41678b09bff2adaac94e5bac717b9b (patch) | |
tree | bc4c4e681ebd63a69e711f4aec995f9b51f00864 /BackEnd/Timeline.ErrorCodes/ErrorCodes.cs | |
parent | fb7e9fdc042fa14656a6cdd21f4b002d92badb29 (diff) | |
download | timeline-a0f8b2ba0d41678b09bff2adaac94e5bac717b9b.tar.gz timeline-a0f8b2ba0d41678b09bff2adaac94e5bac717b9b.tar.bz2 timeline-a0f8b2ba0d41678b09bff2adaac94e5bac717b9b.zip |
...
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;
+ }
}
}
|