diff options
author | crupest <crupest@outlook.com> | 2020-03-11 18:38:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-11 18:38:22 +0800 |
commit | 2945aaf506a351cda89bc552aa1bcb734055438d (patch) | |
tree | 4a2c53d6c5e7f90c88ea287302d01a5d87b730fc /Timeline.ErrorCodes/ErrorCodes.cs | |
parent | 27ed44bb8c618e4b30de5cec44bbb47be8084539 (diff) | |
download | timeline-2945aaf506a351cda89bc552aa1bcb734055438d.tar.gz timeline-2945aaf506a351cda89bc552aa1bcb734055438d.tar.bz2 timeline-2945aaf506a351cda89bc552aa1bcb734055438d.zip |
...
Diffstat (limited to 'Timeline.ErrorCodes/ErrorCodes.cs')
-rw-r--r-- | Timeline.ErrorCodes/ErrorCodes.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Timeline.ErrorCodes/ErrorCodes.cs b/Timeline.ErrorCodes/ErrorCodes.cs index ef150921..0af36383 100644 --- a/Timeline.ErrorCodes/ErrorCodes.cs +++ b/Timeline.ErrorCodes/ErrorCodes.cs @@ -62,7 +62,8 @@ public const int NotExist = 1_104_02_01;
public const int MemberPut_NotExist = 1_104_03_01;
public const int QueryRelateNotExist = 1_104_04_01;
- public const int PostNoData = 1_104_05_01;
+ public const int PostNotExist = 1_104_05_01;
+ public const int PostNoData = 1_104_05_02;
}
}
}
|