From cd840878b68209c39115b41064052f575080550f Mon Sep 17 00:00:00 2001 From: efren <79289982@qq.com> Date: Fri, 18 Jul 2025 08:41:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86=EF=BC=8C?= =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E7=94=A8=E6=88=B7=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=B0=81=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mall/ebtp/common/base/fallback/SystemClientFallback.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/base/fallback/SystemClientFallback.java b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/base/fallback/SystemClientFallback.java index 010de08..5447fb8 100644 --- a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/base/fallback/SystemClientFallback.java +++ b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/base/fallback/SystemClientFallback.java @@ -29,6 +29,11 @@ public class SystemClientFallback implements SystemClient { return null; } + @Override + public BaseResponse register(SupplierRegistrationVO registrationVO) { + return null; + } + @Override public BaseResponse> getOrgWithChildren(SysOrg sysOrg) { return null;