Commit 9cc2def9 by cjh

Merge branch 'master' of http://exam.letrd.com:8900/gechengyang/nouiWithSpringMVC

# Conflicts:
#	src/main/java/org/sss/presentation/noui/api/response/ErrorCode.java
parents 97168a49 d2e57ae3
......@@ -37,4 +37,11 @@ public enum ErrorCode {
this.message=message;
}
@Override
public String toString() {
return "ErrorCode{" +
"code='" + code + '\'' +
", message='" + message + '\'' +
'}';
}
}
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