update comment
This commit is contained in:
@@ -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;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 通用返回对象
|
* 通用返回对象
|
||||||
|
* Created by macro on 2019/4/19.
|
||||||
*/
|
*/
|
||||||
public class CommonResult<T> {
|
public class CommonResult<T> {
|
||||||
private long code;
|
private long code;
|
||||||
|
|||||||
Reference in New Issue
Block a user