Commit a2c19868 by 陶光胜

添加错误码

parent 452e4306
......@@ -32,6 +32,8 @@ public enum ErrorCode implements Error{
*/
ERR_7("0007", "失效操作失败"),
ERR_8("0008", "不支持文档类型"),
NOTEXISTS("0008", "记录不存在"),
ERR_9999("9999", "未知错误");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment