diff --git a/common/common-framework/src/main/java/cn/iocoder/common/framework/constant/ModuleErrorCodeInterval.java b/common/common-framework/src/main/java/cn/iocoder/common/framework/constant/ModuleErrorCodeInterval.java index 3f8c3f1b..cebcac18 100644 --- a/common/common-framework/src/main/java/cn/iocoder/common/framework/constant/ModuleErrorCodeInterval.java +++ b/common/common-framework/src/main/java/cn/iocoder/common/framework/constant/ModuleErrorCodeInterval.java @@ -19,7 +19,17 @@ public class ModuleErrorCodeInterval { // order 错误码区间 [1-000-001-000 ~ 1-000-002-000] - // admin 错误码区间 [] TODO 芋艿 admin 错误码区间 + // user 错误码区间 [1-001-000-000 ~ 1-002-000-000) - // pay 错误码区间 [] TODO 芋艿 pay 错误码区间 -} + // admin 错误码区间 [1-002-000-000 ~ 1-003-000-000) + + // product 错误码区间 [1-003-000-000 ~ 1-004-000-000) + + // pay 错误码区间 [1-004-000-000 ~ 1-005-000-000) + + + + // promotion 错误码区间 [1-006-000-000 ~ 1-007-000-000) + + +} \ No newline at end of file