| 程序包 | 说明 |
|---|---|
| com.baomidou.mybatisplus.service.impl |
service 实现类
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ServiceImpl<M extends BaseMapper<T>,T>
IService 实现类( 泛型:M 是 mapper 对象,T 是实体 , PK 是主键泛型 )
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected M |
ServiceImpl.baseMapper |
Copyright © 2017. All rights reserved.