| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ruoyi.common.core.utils.page.PageDTO; |
| | | import com.ruoyi.goods.controller.mamagement.DTO.GoodsBrandDTO; |
| | | import com.ruoyi.goods.controller.mamagement.DTO.GoodsBrandQuery; |
| | | import com.ruoyi.goods.controller.mamagement.VO.GoodsBrandVO; |
| | | import com.ruoyi.goods.domain.pojo.GoodsBrand; |
| | | import com.ruoyi.goods.controller.management.dto.GoodsBrandDTO; |
| | | import com.ruoyi.goods.controller.management.dto.GoodsBrandQuery; |
| | | import com.ruoyi.goods.controller.management.vo.GoodsBrandVO; |
| | | import com.ruoyi.system.api.domain.GoodsBrand; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | * 如果id不为空,则认为是更新已有品牌,调用updateById方法更新。 |
| | | */ |
| | | void saveGoodsBrand(GoodsBrandDTO dto); |
| | | |
| | | void delete(Long id); |
| | | } |