Commit 39a2393b authored by macro's avatar macro
Browse files

Update PmsProductAttributeService.java

parent d603e0c2
......@@ -35,6 +35,9 @@ public interface PmsProductAttributeService {
*/
PmsProductAttribute getItem(Long id);
/**
* 批量删除商品属性
*/
@Transactional
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