Browse Source

Update PmsProductAttributeService.java

macro 4 years ago
parent
commit
a704ebf72c

+ 3 - 0
mall-admin/src/main/java/com/macro/mall/service/PmsProductAttributeService.java

@@ -41,5 +41,8 @@ public interface PmsProductAttributeService {
     @Transactional
     int delete(List<Long> ids);
 
+    /**
+     * 获取商品分类对应属性列表
+     */
     List<ProductAttrInfo> getProductAttrInfo(Long productCategoryId);
 }