From c9d9a680d60722048fec46019b4a7ca36f821c58 Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期五, 18 十一月 2022 11:06:44 +0800 Subject: [PATCH] 资讯相关接口,栏目相关接口2 --- ycl-platform/src/main/java/com/ycl/service/impl/NewsDutyServiceImpl.java | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/service/impl/NewsDutyServiceImpl.java b/ycl-platform/src/main/java/com/ycl/service/impl/NewsDutyServiceImpl.java index c774711..4f2d53d 100644 --- a/ycl-platform/src/main/java/com/ycl/service/impl/NewsDutyServiceImpl.java +++ b/ycl-platform/src/main/java/com/ycl/service/impl/NewsDutyServiceImpl.java @@ -1,19 +1,19 @@ -package com.ycl.service.impl; - -import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; -import com.ycl.mapper.NewsDutyDao; -import com.ycl.entity.NewsDuty; -import com.ycl.service.NewsDutyService; -import org.springframework.stereotype.Service; - -/** - * 鍊肩彮琛�(NewsDuty)琛ㄦ湇鍔″疄鐜扮被 - * - * @author makejava - * @since 2022-11-16 16:52:30 - */ -@Service("newsDutyService") -public class NewsDutyServiceImpl extends ServiceImpl<NewsDutyDao, NewsDuty> implements NewsDutyService { - -} - +package com.ycl.service.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.ycl.mapper.NewsDutyDao; +import com.ycl.entity.NewsDuty; +import com.ycl.service.NewsDutyService; +import org.springframework.stereotype.Service; + +/** + * 鍊肩彮琛�(NewsDuty)琛ㄦ湇鍔″疄鐜扮被 + * + * @author makejava + * @since 2022-11-17 11:38:27 + */ +@Service("newsDutyService") +public class NewsDutyServiceImpl extends ServiceImpl<NewsDutyDao, NewsDuty> implements NewsDutyService { + +} + -- Gitblit v1.8.0