Package org.miaixz.bus.mapper.common.ids
Interface DeleteByIdsMapper<T>
- Type Parameters:
T- 泛型
public interface DeleteByIdsMapper<T>
通用Mapper接口,根据ids删除
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
-
Method Details
-
deleteByIds
根据主键字符串进行删除,类中只有存在一个带有@Id注解的字段- Parameters:
ids- 如 "1,2,3,4"- Returns:
- the int
-