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
6f7648ac
Commit
6f7648ac
authored
Apr 21, 2019
by
macro
Browse files
update comment
parent
4afcba9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
mall-common/src/main/java/com/macro/mall/common/api/CommonPage.java
View file @
6f7648ac
...
...
@@ -7,6 +7,7 @@ import java.util.List;
/**
* 分页数据封装类
* Created by macro on 2019/4/19.
*/
public
class
CommonPage
<
T
>
{
private
Integer
pageNum
;
...
...
mall-common/src/main/java/com/macro/mall/common/api/CommonResult.java
View file @
6f7648ac
...
...
@@ -2,6 +2,7 @@ package com.macro.mall.common.api;
/**
* 通用返回对象
* Created by macro on 2019/4/19.
*/
public
class
CommonResult
<
T
>
{
private
long
code
;
...
...
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