From 887824662344ef267e171dbfae2b8ef2145a61c6 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期五, 26 七月 2024 10:45:17 +0800 Subject: [PATCH] 属性池所有接口完善上传(待联调) --- Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsStatusServiceI.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsStatusServiceI.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsStatusServiceI.java index 2c122d6..f3b3835 100644 --- a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsStatusServiceI.java +++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsStatusServiceI.java @@ -3,8 +3,8 @@ import com.vci.corba.omd.stm.StatePool; import com.vci.starter.web.pagemodel.DataGrid; import com.vci.starter.web.pagemodel.PageHelper; -import com.vci.web.dto.OsStatusDTO; -import com.vci.web.pageModel.OsStatusVO; +import com.vci.dto.OsStatusDTO; +import com.vci.pagemodel.OsStatusVO; import java.util.Collection; import java.util.List; -- Gitblit v1.9.3