From b9e9e4acf8b27dca8b4bd316295c8563b73f2db3 Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期二, 28 三月 2023 18:26:25 +0800
Subject: [PATCH] omd微服务的配置
---
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