From 0edd9b210569ecb02e6b4d2428e9f67de70a0782 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 --- .../java/com/muyu/enterprise/cache/InformationDataService.java | 2 ++ 1 file changed, 2 insertions(+) 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..0534a3b 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,4 +1,6 @@ package com.muyu.enterprise.cache; +import com.muyu.common.cache.CacheAbsBasic; + import com.muyu.common.cache.CacheAbsBasic; import com.muyu.enterprise.cache.domain.InformationData;