From 823d625c8c3cfd44925880038d06bc011d68a328 Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期四, 16 二月 2023 09:19:48 +0800 Subject: [PATCH] 配置修改 --- ycl-platform/src/main/java/com/ycl/service/impl/NewsChannelColumnServiceImpl.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/service/impl/NewsChannelColumnServiceImpl.java b/ycl-platform/src/main/java/com/ycl/service/impl/NewsChannelColumnServiceImpl.java index 9265623..9a78ab7 100644 --- a/ycl-platform/src/main/java/com/ycl/service/impl/NewsChannelColumnServiceImpl.java +++ b/ycl-platform/src/main/java/com/ycl/service/impl/NewsChannelColumnServiceImpl.java @@ -1,7 +1,7 @@ package com.ycl.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; -import com.ycl.dao.NewsChannelColumnDao; +import com.ycl.mapper.NewsChannelColumnDao; import com.ycl.entity.NewsChannelColumn; import com.ycl.service.NewsChannelColumnService; import org.springframework.stereotype.Service; @@ -10,7 +10,7 @@ * 棰戦亾鏍忕洰涓棿琛�(NewsChannelColumn)琛ㄦ湇鍔″疄鐜扮被 * * @author makejava - * @since 2022-11-17 11:12:41 + * @since 2022-11-17 11:38:27 */ @Service("newsChannelColumnService") public class NewsChannelColumnServiceImpl extends ServiceImpl<NewsChannelColumnDao, NewsChannelColumn> implements NewsChannelColumnService { -- Gitblit v1.8.0