T - 不能为空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 © 2018. All rights reserved.