Update PmsProductAttributeService.java
This commit is contained in:
parent
39a2393bf1
commit
a704ebf72c
@ -41,5 +41,8 @@ public interface PmsProductAttributeService {
|
||||
@Transactional
|
||||
int delete(List<Long> ids);
|
||||
|
||||
/**
|
||||
* 获取商品分类对应属性列表
|
||||
*/
|
||||
List<ProductAttrInfo> getProductAttrInfo(Long productCategoryId);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user