From fe70ce072b993bb69360eecc03da59cdc2a450c9 Mon Sep 17 00:00:00 2001 From: YangPeng <3074487626@qq.com> Date: Mon, 7 Oct 2024 22:05:38 +0800 Subject: [PATCH] =?UTF-8?q?fix():=E6=B7=BB=E5=8A=A0=E8=BD=A6=E8=BE=86?= =?UTF-8?q?=E5=85=A8=E9=83=A8=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/muyu/enterprise/cache/InformationDataService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud-modules/cloud-modules-enterprise/enterpise-cache/src/main/java/com/muyu/enterprise/cache/InformationDataService.java b/cloud-modules/cloud-modules-enterprise/enterpise-cache/src/main/java/com/muyu/enterprise/cache/InformationDataService.java index ad7a0d2..c260c4f 100644 --- a/cloud-modules/cloud-modules-enterprise/enterpise-cache/src/main/java/com/muyu/enterprise/cache/InformationDataService.java +++ b/cloud-modules/cloud-modules-enterprise/enterpise-cache/src/main/java/com/muyu/enterprise/cache/InformationDataService.java @@ -1,7 +1,7 @@ -package com.muyu.enterprise.cache; +package com.muyu.enterpise.cache; import com.muyu.common.cache.CacheAbsBasic; -import com.muyu.enterprise.cache.domain.InformationData; +import com.muyu.common.domain.InformationData; import org.springframework.stereotype.Component; import java.util.List;