提交 a704ebf7 编写于 作者: M macro

Update PmsProductAttributeService.java

上级 39a2393b
......@@ -41,5 +41,8 @@ public interface PmsProductAttributeService {
@Transactional
int delete(List<Long> ids);
/**
* 获取商品分类对应属性列表
*/
List<ProductAttrInfo> getProductAttrInfo(Long productCategoryId);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册