diff options
author | crupest <crupest@outlook.com> | 2021-02-10 14:31:31 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-02-10 14:31:31 +0800 |
commit | 98df0fb9fe94b703325f09bf765904a11e8a7d4c (patch) | |
tree | 544f7af5bdac4726404cc466e61947471949ffaa /BackEnd/Timeline.ErrorCodes/ErrorCodes.cs | |
parent | 4ea535d93753826ec900879560d876cec4d58c38 (diff) | |
download | timeline-98df0fb9fe94b703325f09bf765904a11e8a7d4c.tar.gz timeline-98df0fb9fe94b703325f09bf765904a11e8a7d4c.tar.bz2 timeline-98df0fb9fe94b703325f09bf765904a11e8a7d4c.zip |
...
Diffstat (limited to 'BackEnd/Timeline.ErrorCodes/ErrorCodes.cs')
-rw-r--r-- | BackEnd/Timeline.ErrorCodes/ErrorCodes.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs b/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs index 8211a0cc..4c3b6cd8 100644 --- a/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs +++ b/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs @@ -61,7 +61,7 @@ public const int NotExist = 1_104_02_01;
public const int QueryRelateNotExist = 1_104_04_01;
public const int PostNotExist = 1_104_05_01;
- public const int PostNoData = 1_104_05_02;
+ public const int PostDataNotExist = 1_104_05_02;
}
public static class HighlightTimelineController
|