Commit a704ebf7 authored by macro's avatar macro
Browse files

Update PmsProductAttributeService.java

parent 39a2393b
......@@ -41,5 +41,8 @@ public interface PmsProductAttributeService {
@Transactional
int delete(List<Long> ids);
/**
* 获取商品分类对应属性列表
*/
List<ProductAttrInfo> getProductAttrInfo(Long productCategoryId);
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment