From 97125f78d90cc22e2b97155146b5fb8fb202a7b3 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 28 三月 2023 14:29:33 +0800 Subject: [PATCH] 更改CODE服务中部分依赖 --- Source/BladeX/blade-service/blade-code/src/main/java/org/springblade/code/service/impl/CodeResembleRuleServiceImpl.java | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Source/BladeX/blade-service/blade-code/src/main/java/org/springblade/code/service/impl/CodeResembleRuleServiceImpl.java b/Source/BladeX/blade-service/blade-code/src/main/java/org/springblade/code/service/impl/CodeResembleRuleServiceImpl.java index 8e955ab..d5d1042 100644 --- a/Source/BladeX/blade-service/blade-code/src/main/java/org/springblade/code/service/impl/CodeResembleRuleServiceImpl.java +++ b/Source/BladeX/blade-service/blade-code/src/main/java/org/springblade/code/service/impl/CodeResembleRuleServiceImpl.java @@ -1,11 +1,6 @@ package org.springblade.code.service.impl; import com.vci.frameworkcore.lcstatuspck.FrameworkDataLCStatus; -import com.vci.mdm.dao.CodeResembleRuleDaoI; -import com.vci.mdm.dto.CodeResembleRuleDTO; -import com.vci.mdm.model.CodeResembleRuleDO; -import com.vci.mdm.pagemodel.CodeResembleRuleVO; -import com.vci.mdm.service.CodeResembleRuleServiceI; import com.vci.starter.revision.service.RevisionModelUtil; import com.vci.starter.web.exception.VciBaseException; import com.vci.starter.web.pagemodel.BaseResult; @@ -18,6 +13,11 @@ import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; +import org.springblade.code.dao.CodeResembleRuleDaoI; +import org.springblade.code.dto.CodeResembleRuleDTO; +import org.springblade.code.model.CodeResembleRuleDO; +import org.springblade.code.service.CodeResembleRuleServiceI; +import org.springblade.code.vo.pagemodel.CodeResembleRuleVO; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.util.CollectionUtils; @@ -33,7 +33,7 @@ * @date 2022-04-10 */ @Service -public class CodeResembleRuleServiceImpl implements CodeResembleRuleServiceI{ +public class CodeResembleRuleServiceImpl implements CodeResembleRuleServiceI { /** * 鏃ュ織 -- Gitblit v1.9.3