From 03c9d4edc4e321db8c1b70ae621f77fa89664dfc Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 4 Feb 2020 18:02:39 +0800 Subject: Add get timeline list feature. --- Timeline.ErrorCodes/ErrorCodes.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Timeline.ErrorCodes') diff --git a/Timeline.ErrorCodes/ErrorCodes.cs b/Timeline.ErrorCodes/ErrorCodes.cs index e07fbd94..eca0e18b 100644 --- a/Timeline.ErrorCodes/ErrorCodes.cs +++ b/Timeline.ErrorCodes/ErrorCodes.cs @@ -62,6 +62,11 @@ public const int NotExist = 1_104_02_01; public const int MemberPut_NotExist = 1_104_03_01; } + + public static class TimelineController + { + public const int QueryRelateNotExist = 1_105_01_01; + } } } -- cgit v1.2.3