ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/service/IGoodsBrandService.java
@@ -5,7 +5,7 @@ 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.goods.domain.GoodsBrand; import com.ruoyi.system.api.domain.GoodsBrand; import java.util.List; /** @@ -42,4 +42,6 @@ * 如果id不为空,则认为是更新已有品牌,调用updateById方法更新。 */ void saveGoodsBrand(GoodsBrandDTO dto); void delete(Long id); }