From 951f90b82993acc835cdf58a9f1f39aeecd86674 Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期三, 15 十一月 2023 16:10:02 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- cloud-server-other/src/main/java/com/dsh/other/service/IBannerService.java | 12 ++++++++++++ 1 files changed, 12 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 e483519..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 @@ -6,6 +6,11 @@ import com.dsh.other.feignclient.model.AdvertisementQuery; 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; /** * @author zhibing.pu @@ -15,4 +20,11 @@ int changeState(AdvertisementChangeStateDTO dto); List<Banner> listAll(AdvertisementQuery query); + void createHistory(CreateHistoryDto createHistoryDto); + + List<GetHistoryDto> gethistory(Integer studentId); + + String getFirst(); + + List<BannerVo> list1(Integer position); } -- Gitblit v1.7.1