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
ba327998
Commit
ba327998
authored
Sep 09, 2020
by
macro
Browse files
Update CommonResult.java
parent
8c15f7d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-common/src/main/java/com/macro/mall/common/api/CommonResult.java
View file @
ba327998
...
...
@@ -5,8 +5,17 @@ package com.macro.mall.common.api;
* Created by macro on 2019/4/19.
*/
public
class
CommonResult
<
T
>
{
/**
* 状态码
*/
private
long
code
;
/**
* 提示信息
*/
private
String
message
;
/**
* 数据封装
*/
private
T
data
;
protected
CommonResult
()
{
...
...
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