Explorar o código

Update PmsProductAttributeService.java

macro %!s(int64=4) %!d(string=hai) anos
pai
achega
39a2393bf1

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

@@ -35,6 +35,9 @@ public interface PmsProductAttributeService {
      */
     PmsProductAttribute getItem(Long id);
 
+    /**
+     * 批量删除商品属性
+     */
     @Transactional
     int delete(List<Long> ids);