提交 39a2393b 编写于 作者: M macro

Update PmsProductAttributeService.java

上级 d603e0c2
......@@ -35,6 +35,9 @@ public interface PmsProductAttributeService {
*/
PmsProductAttribute getItem(Long id);
/**
* 批量删除商品属性
*/
@Transactional
int delete(List<Long> ids);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册