使用下划线分割ErrorCodeConstants的ErrorCode

This commit is contained in:
dhb52
2023-09-09 01:30:51 +08:00
parent b3d3efc8c4
commit d7488e70b0
10 changed files with 484 additions and 484 deletions

View File

@ -9,7 +9,7 @@ import cn.iocoder.yudao.framework.common.exception.ErrorCode;
*/
public interface ErrorCodeConstants {
// ========== AUTH 模块 1003000000 ==========
ErrorCode GO_VIEW_PROJECT_NOT_EXISTS = new ErrorCode(1003000000, "GoView 项目不存在");
// ========== AUTH 模块 1-003-000-000 ==========
ErrorCode GO_VIEW_PROJECT_NOT_EXISTS = new ErrorCode(1_003_000_000, "GoView 项目不存在");
}