cloud-server-other/src/main/java/com/dsh/other/service/IBannerService.java
@@ -7,6 +7,12 @@ 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 * @date 2023/7/11 17:47 @@ -15,4 +21,12 @@ 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); }