"vscode:/vscode.git/clone" did not exist on "fb19dd3e4e7e99f3c11d91a35b5eccfb64bd4dc0"
Commit 39a2393b authored by macro's avatar macro
Browse files

Update PmsProductAttributeService.java

parent d603e0c2
...@@ -35,6 +35,9 @@ public interface PmsProductAttributeService { ...@@ -35,6 +35,9 @@ public interface PmsProductAttributeService {
*/ */
PmsProductAttribute getItem(Long id); PmsProductAttribute getItem(Long id);
/**
* 批量删除商品属性
*/
@Transactional @Transactional
int delete(List<Long> ids); int delete(List<Long> ids);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment