| | |
| | | import com.dsh.other.entity.CreateHistoryDto; |
| | | import com.dsh.other.entity.GetHistoryDto; |
| | | import com.dsh.other.mapper.BannerMapper; |
| | | import com.dsh.other.model.BannerVo; |
| | | import com.dsh.other.service.IBannerService; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | return baseMapper.getFirst(); |
| | | } |
| | | |
| | | @Override |
| | | public List<BannerVo> list1(Integer position) { |
| | | return this.bannerMapper.list1(position); |
| | | } |
| | | |
| | | @Autowired |
| | | private BannerMapper bannerMapper; |
| | | @Override |