类分层结构
接口分层结构
- cn.stylefeng.roses.kernel.customer.api.CustomerApi
- cn.stylefeng.roses.kernel.customer.modular.service.CustomerService (并 extends com.baomidou.mybatisplus.extension.service.IService<T>)
- com.baomidou.mybatisplus.extension.service.IService<T>
- com.baomidou.mybatisplus.core.mapper.Mapper<T>
- com.baomidou.mybatisplus.core.mapper.BaseMapper<T>
- cn.stylefeng.roses.kernel.customer.modular.mapper.CustomerMapper
注释类型分层结构
Copyright © 2021. All rights reserved.