|
@@ -4,6 +4,7 @@ package org.dromara.web.mapper;
|
|
|
import org.dromara.common.mybatis.core.mapper.BaseMapperPlus;
|
|
|
import org.dromara.web.domain.ProductManufacturer;
|
|
|
import org.dromara.web.domain.vo.ProductManufacturerVo;
|
|
|
+import org.springframework.stereotype.Repository;
|
|
|
|
|
|
/**
|
|
|
* 生产厂商Mapper接口
|
|
@@ -11,6 +12,7 @@ import org.dromara.web.domain.vo.ProductManufacturerVo;
|
|
|
* @author Lion Li
|
|
|
* @date 2025-07-07
|
|
|
*/
|
|
|
+@Repository
|
|
|
public interface ProductManufacturerMapper extends BaseMapperPlus<ProductManufacturer, ProductManufacturerVo> {
|
|
|
|
|
|
}
|