From a499e5a737991461554805af6b72fba65a680776 Mon Sep 17 00:00:00 2001
From: qirong <2032486488@qq.com>
Date: 星期五, 07 四月 2023 11:53:41 +0800
Subject: [PATCH] 更改环境
---
ycl-platform/src/main/java/com/ycl/service/NewsChannelService.java | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ycl-platform/src/main/java/com/ycl/service/NewsChannelService.java b/ycl-platform/src/main/java/com/ycl/service/NewsChannelService.java
index 3cddbf9..1674242 100644
--- a/ycl-platform/src/main/java/com/ycl/service/NewsChannelService.java
+++ b/ycl-platform/src/main/java/com/ycl/service/NewsChannelService.java
@@ -2,14 +2,19 @@
import com.baomidou.mybatisplus.extension.service.IService;
import com.ycl.entity.NewsChannel;
+import org.apache.ibatis.annotations.Param;
+
+import java.util.List;
/**
* 棰戦亾琛�(NewsChannel)琛ㄦ湇鍔℃帴鍙�
*
* @author makejava
- * @since 2022-11-17 11:12:41
+ * @since 2022-11-17 11:38:27
*/
public interface NewsChannelService extends IService<NewsChannel> {
+ int insertOneChannel(@Param("entity") NewsChannel entity);
+ List<NewsChannel> selectAllChannel();
}
--
Gitblit v1.8.0