public interface SelectCountMapper<T>
| Modifier and Type | Method and Description |
|---|---|
int |
selectCount(T record)
根据实体中的属性查询总数,查询条件使用等号
|
@SelectProvider(type=BaseSelectProvider.class, method="dynamicSQL") int selectCount(T record)
record - 对象Copyright © 2020. All rights reserved.