Interface UpdateByConditionMapper<T>

Type Parameters:
T - 泛型
All Known Subinterfaces:
ConditionMapper<T>, Mapper<T>

public interface UpdateByConditionMapper<T>
通用Mapper接口,Condition查询
Since:
Java 17+
Author:
Kimi Liu