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