Commit 6f7648ac authored by macro's avatar macro
Browse files

update comment

parent 4afcba9f
...@@ -7,6 +7,7 @@ import java.util.List; ...@@ -7,6 +7,7 @@ import java.util.List;
/** /**
* 分页数据封装类 * 分页数据封装类
* Created by macro on 2019/4/19.
*/ */
public class CommonPage<T> { public class CommonPage<T> {
private Integer pageNum; private Integer pageNum;
......
...@@ -2,6 +2,7 @@ package com.macro.mall.common.api; ...@@ -2,6 +2,7 @@ package com.macro.mall.common.api;
/** /**
* 通用返回对象 * 通用返回对象
* Created by macro on 2019/4/19.
*/ */
public class CommonResult<T> { public class CommonResult<T> {
private long code; private long code;
......
Supports Markdown
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