update comment

This commit is contained in:
macro 2019-04-21 15:28:33 +08:00
parent 4afcba9f92
commit 6f7648ac8c
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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;