Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
d65eb995
Commit
d65eb995
authored
Jun 19, 2021
by
macro
Browse files
Update IErrorCode.java
parent
0d13721e
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-common/src/main/java/com/macro/mall/common/api/IErrorCode.java
View file @
d65eb995
package
com.macro.mall.common.api
;
package
com.macro.mall.common.api
;
/**
/**
*
封装
API
的错误码
*
常用
API
返回对象接口
* Created by macro on 2019/4/19.
* Created by macro on 2019/4/19.
*/
*/
public
interface
IErrorCode
{
public
interface
IErrorCode
{
/**
* 返回码
*/
long
getCode
();
long
getCode
();
/**
* 返回信息
*/
String
getMessage
();
String
getMessage
();
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment