From 56de7a42d2567ce72885be8ebb1d1250d68ddd1b Mon Sep 17 00:00:00 2001 From: ludc Date: 星期五, 16 八月 2024 17:53:34 +0800 Subject: [PATCH] 业务类型接口联调调整,首页系统模块配置查询接口上传 --- Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/UIEngineServiceI.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/UIEngineServiceI.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/UIEngineServiceI.java index 07010d9..4e768f8 100644 --- a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/UIEngineServiceI.java +++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/UIEngineServiceI.java @@ -4,7 +4,8 @@ import com.vci.corba.portal.data.PLUILayout; import com.vci.corba.portal.data.PortalVI; import com.vci.corba.portal.data.PLAction; -import com.vci.web.pageModel.*; +import com.vci.pagemodel.*; + import java.util.Collection; import java.util.List; import java.util.Map; -- Gitblit v1.9.3