From 81da61b828e29b7745e1382dfbbaeb685dc083ef Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 23 一月 2024 17:17:55 +0800 Subject: [PATCH] 抖音转链修改 --- fanli/src/main/java/com/yeshi/fanli/exception/shop/FuLuChargeException.java | 52 ++++++++++++++++++++++++++-------------------------- 1 files changed, 26 insertions(+), 26 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/exception/shop/FuLuChargeException.java b/fanli/src/main/java/com/yeshi/fanli/exception/shop/FuLuChargeException.java index 8f01da7..f5b88e6 100644 --- a/fanli/src/main/java/com/yeshi/fanli/exception/shop/FuLuChargeException.java +++ b/fanli/src/main/java/com/yeshi/fanli/exception/shop/FuLuChargeException.java @@ -1,26 +1,26 @@ -package com.yeshi.fanli.exception.shop; - -import com.yeshi.fanli.exception.BaseException; - -/** - * 绂忕鍏呭�煎紓甯� - * - * @author Administrator - * - */ -public class FuLuChargeException extends BaseException { - - public static int CODE_BALANCE_NOT_ENOUGH = 2004;// 璐︽埛浣欓涓嶈冻 - public static int CODE_ORDER_NO_EXIST = 4010;// 璁㈠崟鍙峰凡缁忓瓨鍦� - - private static final long serialVersionUID = 572112205824229000L; - - public FuLuChargeException(int code, String msg) { - super(code, msg); - } - - public FuLuChargeException() { - super(); - } - -} +package com.yeshi.fanli.exception.shop; + +import com.yeshi.fanli.exception.BaseException; + +/** + * 绂忕鍏呭�煎紓甯� + * + * @author Administrator + * + */ +public class FuLuChargeException extends BaseException { + + public static int CODE_BALANCE_NOT_ENOUGH = 2004;// 璐︽埛浣欓涓嶈冻 + public static int CODE_ORDER_NO_EXIST = 4010;// 璁㈠崟鍙峰凡缁忓瓨鍦� + + private static final long serialVersionUID = 572112205824229000L; + + public FuLuChargeException(int code, String msg) { + super(code, msg); + } + + public FuLuChargeException() { + super(); + } + +} -- Gitblit v1.8.0