From 67c8dd63116e899669c6836db68cadeef8e648f5 Mon Sep 17 00:00:00 2001 From: sin <2943460818@qq.com> Date: Sat, 23 Mar 2019 11:38:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20ModuleErrorCodeInterval?= =?UTF-8?q?=EF=BC=8C=E6=9D=A5=E5=AE=9A=E4=B9=89=E6=A8=A1=E5=9D=97=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E7=A0=81=E5=8C=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../constant/ModuleErrorCodeInterval.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 common/common-framework/src/main/java/cn/iocoder/common/framework/constant/ModuleErrorCodeInterval.java 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 new file mode 100644 index 000000000..baa2737db --- /dev/null +++ b/common/common-framework/src/main/java/cn/iocoder/common/framework/constant/ModuleErrorCodeInterval.java @@ -0,0 +1,18 @@ +package cn.iocoder.common.framework.constant; + +/** + * 模块错误码区间 + * + * 解决:解决各模块错误码定义,避免重复,在此只声明不做实际使用 + * + * @author Sin + * @time 2019-03-23 11:28 + */ +public final class ModuleErrorCodeInterval { + + // order 错误码区间 [8000000 - 8100000] + + // admin 错误码区间 [] TODO 芋艿 admin 错误码区间 + + // pay 错误码区间 [] TODO 芋艿 pay 错误码区间 +}