T
- 不能为空public interface DeleteByExampleMapper<T>
Modifier and Type | Method and Description |
---|---|
int |
deleteByExample(Object example)
根据Example条件删除数据
|
@DeleteProvider(type=ExampleProvider.class, method="dynamicSQL") int deleteByExample(Object example)
example
- Copyright © 2018. All rights reserved.