T
- 不能为空public interface SelectMapper<T>
Modifier and Type | Method and Description |
---|---|
List<T> |
select(T record)
根据实体中的属性值进行查询,查询条件使用等号
|
@SelectProvider(type=BaseSelectProvider.class, method="dynamicSQL") List<T> select(T record)
record
- Copyright © 2018. All rights reserved.