| | |
| | | @RestController |
| | | @RequestMapping("/forepart/goods-brand") |
| | | @RequiredArgsConstructor |
| | | @Api(value = "商品品牌接口", tags = "商品品牌接口", description = "商品品牌接口") |
| | | @Api(value = "用戶端-商品品牌接口", tags = "用戶端-商品品牌接口", description = "用戶端-商品品牌接口") |
| | | public class ForepartGoodsBrandController { |
| | | |
| | | @Resource |
| | |
| | | */ |
| | | @RestController |
| | | @RequestMapping("/forepart/goods-browse-record") |
| | | @Api(value = "浏览的普通商品接口", tags = "浏览的普通商品接口", description = "浏览的普通商品接口") |
| | | @Api(value = "用戶端-浏览的普通商品接口", tags = "用戶端-浏览的普通商品接口", description = "用戶端-浏览的普通商品接口") |
| | | public class ForepartGoodsBrowseRecordController { |
| | | @Resource |
| | | private IGoodsBrowseRecordService iGoodsBrowseRecordService; |
| | |
| | | */ |
| | | @RestController |
| | | @RequestMapping("/forepart/goods-category") |
| | | @Api(value = "商品分类接口", tags = "商品分类接口", description = "商品分类接口") |
| | | @Api(value = "用戶端-商品分类接口", tags = "用戶端-商品分类接口", description = "用戶端-商品分类接口") |
| | | public class ForepartGoodsCategoryController { |
| | | |
| | | @Resource |
| | |
| | | */ |
| | | @RestController |
| | | @RequestMapping("/forepart/goods-flavor-type") |
| | | @Api(value = "香型接口", tags = "香型接口", description = "香型接口") |
| | | @Api(value = "用戶端-香型接口", tags = "用戶端-香型接口", description = "用戶端-香型接口") |
| | | public class ForepartGoodsFlavorTypeController { |
| | | @Resource |
| | | private IGoodsFlavorTypeService iGoodsFlavorTypeService; |
| | |
| | | @RestController |
| | | @RequiredArgsConstructor |
| | | @RequestMapping("/forepart/goods-group-purchase") |
| | | @Api(value = "商品团购接口", tags = "商品团购接口", description = "商品团购接口") |
| | | @Api(value = "用戶端-商品团购接口", tags = "用戶端-商品团购接口", description = "用戶端-商品团购接口") |
| | | public class ForepartGoodsGroupPurchaseController { |
| | | |
| | | private final IGoodsGroupPurchaseService goodsGroupPurchaseService; |
| | |
| | | @RestController |
| | | @RequiredArgsConstructor |
| | | @RequestMapping("/forepart/goods-seckill") |
| | | @Api(value = "商品秒杀接口", tags = "商品秒杀接口", description = "商品秒杀接口") |
| | | @Api(value = "用戶端-商品秒杀接口", tags = "用戶端-商品秒杀接口", description = "用戶端-商品秒杀接口") |
| | | public class ForepartGoodsSeckillController { |
| | | |
| | | private final IGoodsSeckillService goodsSeckillService; |
| | |
| | | */ |
| | | @RestController |
| | | @RequestMapping("/forepart/goods-series") |
| | | @Api(value = "系列接口", tags = "系列接口", description = "系列接口") |
| | | @Api(value = "用戶端-系列接口", tags = "用戶端-系列接口", description = "用戶端-系列接口") |
| | | public class ForepartGoodsSeriesController { |
| | | |
| | | @Resource |
| | |
| | | */ |
| | | @RestController |
| | | @RequestMapping("/forepart/member-goods-collection") |
| | | @Api(value = "收藏普通商品接口", tags = "收藏普通商品口", description = "收藏普通商品接口") |
| | | @Api(value = "用戶端-收藏普通商品接口", tags = "用戶端-收藏普通商品口", description = "用戶端-收藏普通商品接口") |
| | | public class ForepartMemberGoodsCollectionController { |
| | | |
| | | @Resource |