@@ -6,7 +6,7 @@ import org.springframework.data.domain.Page;
import java.util.List;
/**
- * 分页数据封装类
+ * 通用分页数据封装类
* Created by macro on 2019/4/19.
*/
public class CommonPage<T> {
@@ -1,7 +1,7 @@
package com.macro.mall.common.api;
- * 通用返回对象
+ * 通用返回结果封装类
public class CommonResult<T> {
- * 常用API返回对象接口
+ * API返回码接口
public interface IErrorCode {
- * 常用API返回对象
+ * API返回码封装类
public enum ResultCode implements IErrorCode {