mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 09:08:24 +08:00
fix: Javadoc 描述错误。
This commit is contained in:
parent
5555a286f8
commit
98696adeed
@ -38,12 +38,7 @@ import java.util.Optional;
|
||||
public interface MapperModel<T> {
|
||||
|
||||
/**
|
||||
* <p>获取实体类对应的 {@link BaseMapper} 接口。
|
||||
*
|
||||
* <p>可以拓展该方法提高效率,例如:
|
||||
* <pre>{@code
|
||||
* return AccountMapper.class;
|
||||
* }</pre>
|
||||
* 获取实体类对应的 {@link BaseMapper} 接口。
|
||||
*
|
||||
* @return {@link BaseMapper} 接口
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user