Interface ConditionMapper<T>

Type Parameters:
T - 泛型
All Superinterfaces:
DeleteByConditionMapper<T>, SelectByConditionMapper<T>, SelectCountByConditionMapper<T>, SelectOneByConditionMapper<T>, UpdateByConditionMapper<T>, UpdateByConditionSelectiveMapper<T>
All Known Subinterfaces:
Mapper<T>

通用Mapper接口,Condition查询
Since:
Java 17+
Author:
Kimi Liu