From fabe5684d31e0c52548b33b7afbfec0855f9880e Mon Sep 17 00:00:00 2001
From: nickchange <126672920+nickchange@users.noreply.github.com>
Date: 星期四, 30 十一月 2023 19:09:01 +0800
Subject: [PATCH] 11.30
---
cloud-server-other/src/main/java/com/dsh/other/service/IBannerService.java | 5 ++++-
1 files changed, 4 insertions(+), 1 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 81706f8..4072b10 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,8 +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 com.dsh.other.model.BannerVo;
import java.util.List;
@@ -19,11 +21,12 @@
int changeState(AdvertisementChangeStateDTO dto);
List<Banner> listAll(AdvertisementQuery query);
+
void createHistory(CreateHistoryDto createHistoryDto);
List<GetHistoryDto> gethistory(Integer studentId);
String getFirst();
- List<Banner> list1(Integer position);
+ List<BannerVo> list1(Integer position);
}
--
Gitblit v1.7.1