通用API封装对象注释修改

This commit is contained in:
macro
2022-12-19 16:40:40 +08:00
parent cebc573621
commit 9d9c07abff
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import org.springframework.data.domain.Page;
import java.util.List; import java.util.List;
/** /**
* 分页数据封装类 * 通用分页数据封装类
* Created by macro on 2019/4/19. * Created by macro on 2019/4/19.
*/ */
public class CommonPage<T> { public class CommonPage<T> {

View File

@@ -1,7 +1,7 @@
package com.macro.mall.common.api; package com.macro.mall.common.api;
/** /**
* 通用返回对象 * 通用返回结果封装类
* Created by macro on 2019/4/19. * Created by macro on 2019/4/19.
*/ */
public class CommonResult<T> { public class CommonResult<T> {

View File

@@ -1,7 +1,7 @@
package com.macro.mall.common.api; package com.macro.mall.common.api;
/** /**
* 常用API返回对象接口 * API返回接口
* Created by macro on 2019/4/19. * Created by macro on 2019/4/19.
*/ */
public interface IErrorCode { public interface IErrorCode {

View File

@@ -1,7 +1,7 @@
package com.macro.mall.common.api; package com.macro.mall.common.api;
/** /**
* 常用API返回对象 * API返回码封装类
* Created by macro on 2019/4/19. * Created by macro on 2019/4/19.
*/ */
public enum ResultCode implements IErrorCode { public enum ResultCode implements IErrorCode {