From 99e3c97bbd971baa86d50f8969d60411c53c2d0b Mon Sep 17 00:00:00 2001 From: ludc <ludc@vci-tech.com> Date: 星期一, 06 一月 2025 11:24:57 +0800 Subject: [PATCH] 菜单返回参数调整,系统模块配置菜单去掉操作模块 --- Source/Service/FrameService/src/com/vci/server/framework/volume/VolumeManagerImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/Service/FrameService/src/com/vci/server/framework/volume/VolumeManagerImpl.java b/Source/Service/FrameService/src/com/vci/server/framework/volume/VolumeManagerImpl.java index 22dca8a..abe43ab 100644 --- a/Source/Service/FrameService/src/com/vci/server/framework/volume/VolumeManagerImpl.java +++ b/Source/Service/FrameService/src/com/vci/server/framework/volume/VolumeManagerImpl.java @@ -7,7 +7,7 @@ import com.vci.corba.framework.data.PvolumeInfo; import com.vci.server.BaseService; import com.vci.server.framework.volume.delegate.PvolumeDelegate; -import com.vci.server.framework.volume.service.VolumeCatch; +import com.vci.server.framework.cache.VolumeCatch; import com.zeroc.Ice.Current; /** -- Gitblit v1.9.3