diff options
author | crupest <crupest@outlook.com> | 2020-02-04 18:02:39 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-02-04 18:02:39 +0800 |
commit | 3cbb2e7ef4bb2ccbbaadd18e49e2de392d6db2e1 (patch) | |
tree | 458d802973d4768e4bd5d463540608404b86c309 /Timeline.ErrorCodes/ErrorCodes.cs | |
parent | e5cf0da3976116cd575e884fb8f191f225fe9301 (diff) | |
download | timeline-3cbb2e7ef4bb2ccbbaadd18e49e2de392d6db2e1.tar.gz timeline-3cbb2e7ef4bb2ccbbaadd18e49e2de392d6db2e1.tar.bz2 timeline-3cbb2e7ef4bb2ccbbaadd18e49e2de392d6db2e1.zip |
Add get timeline list feature.
Diffstat (limited to 'Timeline.ErrorCodes/ErrorCodes.cs')
-rw-r--r-- | Timeline.ErrorCodes/ErrorCodes.cs | 5 |
1 files changed, 5 insertions, 0 deletions
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;
+ }
}
}
|