From cee52521bbdb998745ca9a0dc6866667e606b79c Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期五, 20 十月 2023 10:26:09 +0800 Subject: [PATCH] 10.20 --- cloud-server-other/src/main/java/com/dsh/other/service/IBannerService.java | 9 +++++++++ 1 files changed, 9 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..801facb 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,10 @@ import com.dsh.other.feignclient.model.AdvertisementQuery; import java.util.List; +import com.dsh.other.entity.CreateHistoryDto; +import com.dsh.other.entity.GetHistoryDto; + +import java.util.List; /** * @author zhibing.pu @@ -15,4 +19,9 @@ int changeState(AdvertisementChangeStateDTO dto); List<Banner> listAll(AdvertisementQuery query); + void createHistory(CreateHistoryDto createHistoryDto); + + List<GetHistoryDto> gethistory(Integer studentId); + + String getFirst(); } -- Gitblit v1.7.1