From 0f638db757941ab42466286a8ff5d0532dc59e10 Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期五, 27 十月 2023 17:56:04 +0800 Subject: [PATCH] 10.27.5 --- cloud-server-other/src/main/java/com/dsh/other/service/IBannerService.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/service/IBannerService.java b/cloud-server-other/src/main/java/com/dsh/other/service/IBannerService.java index e9b3718..0732641 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/service/IBannerService.java +++ b/cloud-server-other/src/main/java/com/dsh/other/service/IBannerService.java @@ -8,6 +8,7 @@ import java.util.List; import com.dsh.other.entity.CreateHistoryDto; import com.dsh.other.entity.GetHistoryDto; +import com.dsh.other.model.BannerVo; import java.util.List; @@ -22,4 +23,8 @@ void createHistory(CreateHistoryDto createHistoryDto); List<GetHistoryDto> gethistory(Integer studentId); + + String getFirst(); + + List<BannerVo> list1(Integer position); } -- Gitblit v1.7.1