rentaiming
2024-06-02 af4255818ddf43abc83482ebe95c171300272916
ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/forepart/ForepartGoodsBrowseRecordController.java
@@ -6,6 +6,7 @@
import com.ruoyi.goods.service.IGoodsBrowseRecordService;
import com.ruoyi.system.api.domain.dto.AuctionCollectionDTO;
import com.ruoyi.system.api.domain.vo.HomeGoodsSkuListVO;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
@@ -24,6 +25,7 @@
 */
@RestController
@RequestMapping("/forepart/goods-browse-record")
@Api(value = "浏览的普通商品接口", tags = "浏览的普通商品接口", description = "浏览的普通商品接口")
public class ForepartGoodsBrowseRecordController {
    @Resource
    private IGoodsBrowseRecordService iGoodsBrowseRecordService;