| 接口 | 说明 |
|---|---|
| BaseService<T extends BaseDO> |
MybatisService基类
该类为 [MybatisService] 基类, 所有 [DO] 层关联 [Service] 必须继承该类
该类对 [MybatisPlus] 自带的
IService 进行了进一步的封装, 增强业务效果, 项目中均采用该类的方法以替代 IService 中的方法 |
| 类 | 说明 |
|---|---|
| BaseServiceImpl<M extends com.baomidou.mybatisplus.core.mapper.BaseMapper<T>,T extends BaseDO> |
封装MybatisServiceImpl
该类为
BaseService 实现类, 与 BaseService 联合使用,
所有 [DO] 层 [Service] 实现必须继承该类, 以替代 [Mybatis] 中的 ServiceImpl |
Copyright © 2021 HaiChuang Inc.. All rights reserved.