From ee9cb0da4a43bcf523ebb157678f64a2895fba1a Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期二, 10 十月 2023 15:30:38 +0800 Subject: [PATCH] 10.10 --- cloud-server-other/src/main/java/com/dsh/other/service/IBannerService.java | 8 ++++++++ 1 files changed, 8 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..de49917 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,8 @@ int changeState(AdvertisementChangeStateDTO dto); List<Banner> listAll(AdvertisementQuery query); + void createHistory(CreateHistoryDto createHistoryDto); + + List<GetHistoryDto> gethistory(Integer studentId); + } -- Gitblit v1.7.1