T - 不能为空public interface DeleteByIdsMapper<T>
| 限定符和类型 | 方法和说明 |
|---|---|
int |
deleteByIds(String ids)
根据主键字符串进行删除,类中只有存在一个带有@Id注解的字段
|
@DeleteProvider(type=IdsProvider.class, method="dynamicSQL") int deleteByIds(String ids)
ids - 如 "1,2,3,4"Copyright © 2017. All rights reserved.