Commit 9d7a9bd5 by 陶光胜

init

parent ae17f3e2
......@@ -35,6 +35,7 @@ public enum ErrorCode implements Error{
NOTEXISTS("0008", "记录不存在"),
NOT_SUPPORT("0009", "不支持文本类型"),
ENTERPRISE_EMPTY("0010", "企业id不能为空"),
UNKNOWN_ERROR("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