Explorar o código

Update PmsProductAttributeService.java

macro %!s(int64=4) %!d(string=hai) anos
pai
achega
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);
 }