| | |
| | | package com.ruoyi.goods.service.goods; |
| | | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.ruoyi.common.core.domain.R; |
| | | import com.ruoyi.goods.domain.dto.*; |
| | | import com.ruoyi.goods.domain.vo.*; |
| | | import com.ruoyi.system.api.domain.dto.AppActivityGoodsPageDto; |
| | |
| | | * @return List<PageShopMgtGoodsVO> |
| | | */ |
| | | List<PageShopMgtGoodsVO> pageShopMgtGoods(Page<PageShopMgtGoodsVO> page, PageShopMgtGoodsDTO pageShopMgtGoodsDTO); |
| | | |
| | | /** |
| | | * @description 修改商品价格 |
| | | * @author huliguo |
| | | * @date 2025/6/13 |
| | | * @param updateGoodsPriceDTO |
| | | * @return |
| | | */ |
| | | R<Void> updateGoodsPrice(UpdateGoodsPriceDTO updateGoodsPriceDTO); |
| | | } |