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