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