update comment
This commit is contained in:
parent
4afcba9f92
commit
6f7648ac8c
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user