Update PmsProductAttributeService.java
This commit is contained in:
parent
d603e0c238
commit
39a2393bf1
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user