From a381409bdcd1186a9b0c0a82512f587c6b4ed61f Mon Sep 17 00:00:00 2001 From: Administrator <15274802129@163.com> Date: Wed, 07 Jan 2026 16:46:32 +0800 Subject: [PATCH] feat(contract): 添加订单编号字段 --- src/main/java/com/xcong/excoin/modules/newPrice/utils/ParameterChecker.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/newPrice/utils/ParameterChecker.java b/src/main/java/com/xcong/excoin/modules/newPrice/utils/ParameterChecker.java index ede6fdd..9cd7724 100644 --- a/src/main/java/com/xcong/excoin/modules/newPrice/utils/ParameterChecker.java +++ b/src/main/java/com/xcong/excoin/modules/newPrice/utils/ParameterChecker.java @@ -1,6 +1,6 @@ package com.xcong.excoin.modules.newPrice.utils; -import cc.mrbird.febs.common.exception.FebsException; +import com.xcong.excoin.common.exception.FebsException; import java.util.LinkedHashMap; -- Gitblit v1.9.1