| | |
| | | import com.ruoyi.system.service.config.QuickEntryService; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RequestMethod; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | import javax.annotation.Resource; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | |
| | | |
| | | |
| | | @Autowired |
| | | @Resource |
| | | private BannerService bannerService; |
| | | |
| | | @Autowired |
| | | @Resource |
| | | private QuickEntryService quickEntryService; |
| | | |
| | | @Autowired |
| | | @Resource |
| | | private AdvertService advertService; |
| | | |
| | | |