File was renamed from ruoyi-modules/ruoyi-promotion/src/main/java/com/ruoyi/promotion/controller/PromotionBannerController.java |
| | |
| | | package com.ruoyi.promotion.controller; |
| | | package com.ruoyi.promotion.controller.forepart; |
| | | |
| | | |
| | | import com.ruoyi.common.core.domain.R; |
| | |
| | | * @since 2024-05-16 |
| | | */ |
| | | @RestController |
| | | @RequestMapping("/promotion-banner") |
| | | @RequestMapping("/forepart/promotion-banner") |
| | | @Api(value = "用户端-商场或者资讯的轮播图", tags = "用户端-商场或者资讯的轮播图", description = "用户端-商场或者资讯的轮播图") |
| | | public class PromotionBannerController { |
| | | public class ForepartPromotionBannerController { |
| | | @Resource |
| | | private IPromotionBannerService iPromotionBannerService; |
| | | @RequestMapping("/getBaanerList") |