| | |
| | | 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; |
| | | |
| | |
| | | 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); |
| | | } |