使用下划线分隔ErrorCodeConstants的ErrorCode

This commit is contained in:
dhb52
2023-09-09 19:00:16 +08:00
parent 1123e6f1e4
commit b073167a9e
6 changed files with 288 additions and 288 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 项目不存在");
}