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
9d9c07ab
Commit
9d9c07ab
authored
Dec 19, 2022
by
macro
Browse files
通用API封装对象注释修改
parent
cebc5736
Changes
4
Hide whitespace changes
Inline
Side-by-side
mall-common/src/main/java/com/macro/mall/common/api/CommonPage.java
View file @
9d9c07ab
...
...
@@ -6,7 +6,7 @@ import org.springframework.data.domain.Page;
import
java.util.List
;
/**
* 分页数据封装类
*
通用
分页数据封装类
* Created by macro on 2019/4/19.
*/
public
class
CommonPage
<
T
>
{
...
...
mall-common/src/main/java/com/macro/mall/common/api/CommonResult.java
View file @
9d9c07ab
package
com.macro.mall.common.api
;
/**
* 通用返回
对象
* 通用返回
结果封装类
* Created by macro on 2019/4/19.
*/
public
class
CommonResult
<
T
>
{
...
...
mall-common/src/main/java/com/macro/mall/common/api/IErrorCode.java
View file @
9d9c07ab
package
com.macro.mall.common.api
;
/**
*
常用
API返回
对象
接口
* API返回
码
接口
* Created by macro on 2019/4/19.
*/
public
interface
IErrorCode
{
...
...
mall-common/src/main/java/com/macro/mall/common/api/ResultCode.java
View file @
9d9c07ab
package
com.macro.mall.common.api
;
/**
*
常用
API返回
对象
* API返回
码封装类
* Created by macro on 2019/4/19.
*/
public
enum
ResultCode
implements
IErrorCode
{
...
...
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