|
@@ -42,14 +42,14 @@ public interface BrandService {
|
|
int deleteBrandById(Long[] brandId);
|
|
int deleteBrandById(Long[] brandId);
|
|
|
|
|
|
/**
|
|
/**
|
|
- * 根据底布Ids查询底布列表
|
|
|
|
- * @return 底布列表
|
|
|
|
|
|
+ * 根据品牌Ids查询品牌列表
|
|
|
|
+ * @return 品牌列表
|
|
*/
|
|
*/
|
|
List<Brand> selectBrandListByIds(Long[] brandIds);
|
|
List<Brand> selectBrandListByIds(Long[] brandIds);
|
|
|
|
|
|
/**
|
|
/**
|
|
- * 查询底布列表
|
|
|
|
- * @return 底布列表
|
|
|
|
|
|
+ * 查询品牌列表
|
|
|
|
+ * @return 品牌列表
|
|
*/
|
|
*/
|
|
List<Brand> selectBrandList();
|
|
List<Brand> selectBrandList();
|
|
}
|
|
}
|