From ed31a3bcdec68fdd5501760bf05e214c7495fa22 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Thu, 17 Jul 2025 18:31:45 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E9=9B=86=E6=88=90?= =?UTF-8?q?=E4=B8=8E=E5=8F=91=E5=B8=83-=E5=8F=91=E5=B8=83=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A=E4=B8=93=E7=94=A8-=E8=8E=B7=E5=8F=96=E6=9F=90?= =?UTF-8?q?=E4=B8=AA=E7=8E=AF=E5=A2=83=E7=9A=84DBConfig=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1467502456963072]集成与发布-发布作业专用-获取某个环境的DBConfig配置优化 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1467502456963072 --- .../cmdb/crossover/IResourceEntityCrossoverMapper.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/java/neatlogic/framework/cmdb/crossover/IResourceEntityCrossoverMapper.java b/src/main/java/neatlogic/framework/cmdb/crossover/IResourceEntityCrossoverMapper.java index d0c70e8..b352615 100644 --- a/src/main/java/neatlogic/framework/cmdb/crossover/IResourceEntityCrossoverMapper.java +++ b/src/main/java/neatlogic/framework/cmdb/crossover/IResourceEntityCrossoverMapper.java @@ -15,11 +15,14 @@ along with this program. If not, see .*/ package neatlogic.framework.cmdb.crossover; +import neatlogic.framework.cmdb.dto.resourcecenter.config.ResourceEntityVo; import neatlogic.framework.crossover.ICrossoverService; import java.util.List; public interface IResourceEntityCrossoverMapper extends ICrossoverService { + ResourceEntityVo getResourceEntityByName(String name); + List getAllResourceTypeCiIdList(); } -- Gitee