!484 bugfix: 解决不同模块错误码区间冲突、部分错误码重复错误

This commit is contained in:
YunaiV
2023-05-21 23:41:10 +08:00
parent dc4f17cb4f
commit 9b08d0a38c
4 changed files with 24 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ import cn.iocoder.yudao.framework.common.exception.ErrorCode;
/**
* Report 错误码枚举类
*
* system 系统,使用 1-003-000-000 段
* report 系统,使用 1-003-000-000 段
*/
public interface ErrorCodeConstants {