From bbccd623e4da5bf3eeeb549300950e4943bc1b02 Mon Sep 17 00:00:00 2001 From: YunaiV <> Date: Sat, 30 Mar 2019 12:22:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E7=AB=AF=EF=BC=9A=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=A0=81=E5=A2=9E=E5=8A=A0=20promotion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../constant/ModuleErrorCodeInterval.java | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) 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 3f8c3f1b0..cebcac185 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