|
@@ -4,6 +4,9 @@ import org.dromara.commodityManagement.domain.Brand;
|
|
import org.dromara.commodityManagement.domain.vo.BrandVo;
|
|
import org.dromara.commodityManagement.domain.vo.BrandVo;
|
|
import org.dromara.common.mybatis.core.mapper.BaseMapperPlus;
|
|
import org.dromara.common.mybatis.core.mapper.BaseMapperPlus;
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * 品牌Mapper
|
|
|
|
+ */
|
|
public interface BrandMapper extends BaseMapperPlus<Brand, BrandVo> {
|
|
public interface BrandMapper extends BaseMapperPlus<Brand, BrandVo> {
|
|
|
|
|
|
}
|
|
}
|