类分层结构
- java.lang.Object
- cn.stylefeng.roses.kernel.db.api.pojo.entity.BaseEntity (implements java.io.Serializable)
- cn.stylefeng.roses.kernel.system.modular.organization.entity.HrOrganization
- cn.stylefeng.roses.kernel.system.modular.organization.entity.HrPosition (implements cn.stylefeng.roses.kernel.rule.tree.xmtree.base.AbstractXmSelectNode)
- cn.stylefeng.roses.kernel.system.modular.organization.service.DataScopeService (implements cn.stylefeng.roses.kernel.system.api.DataScopeApi)
- cn.stylefeng.roses.kernel.system.modular.organization.controller.HrOrganizationController
- cn.stylefeng.roses.kernel.system.modular.organization.controller.HrPositionController
- cn.stylefeng.roses.kernel.system.modular.organization.factory.OrganizationFactory
- com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<M,T> (implements 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.system.modular.organization.mapper.HrOrganizationMapper
- cn.stylefeng.roses.kernel.system.modular.organization.mapper.HrPositionMapper
- cn.stylefeng.roses.kernel.system.api.OrganizationServiceApi
- cn.stylefeng.roses.kernel.system.modular.organization.service.HrOrganizationService (并 extends com.baomidou.mybatisplus.extension.service.IService<T>)
- cn.stylefeng.roses.kernel.system.api.PositionServiceApi
- cn.stylefeng.roses.kernel.system.modular.organization.service.HrPositionService (并 extends com.baomidou.mybatisplus.extension.service.IService<T>)
Copyright © 2022. All rights reserved.