From bbee9271b06ede8c00f795be690835e28a142d4a Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期三, 01 十一月 2023 17:21:29 +0800 Subject: [PATCH] 10.31.2 --- 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