Update ResultCode.java

This commit is contained in:
macro 2021-06-16 20:47:25 +08:00
parent c9105c2b11
commit 0d13721e1e

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 {