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

This commit is contained in:
崔家辉
2023-05-19 10:47:23 +08:00
parent 3da2eb89b2
commit fbeaa06100
8 changed files with 89 additions and 94 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 {