类分层结构
- java.lang.Object
- com.baomidou.mybatisplus.extension.repository.AbstractRepository<M,
T> (implements com.baomidou.mybatisplus.extension.repository.IRepository<T>) - com.baomidou.mybatisplus.extension.repository.CrudRepository<M,
T> - com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<M,
T> (implements com.baomidou.mybatisplus.extension.service.IService<T>) - com.hengyi.xbaseweb.system.service.impl.AreaServiceImpl (implements com.hengyi.xbaseweb.system.service.IAreaService)
- com.hengyi.xbaseweb.system.service.base.BaseServiceImpl<M,
T> (implements com.hengyi.xbaseweb.system.service.base.IBaseService<T>) - com.hengyi.xbaseweb.system.service.impl.DeptServiceImpl (implements com.hengyi.xbaseweb.system.service.IDeptService)
- com.hengyi.xbaseweb.system.service.impl.DictDataServiceImpl (implements com.hengyi.xbaseweb.system.service.IDictDataService)
- com.hengyi.xbaseweb.system.service.impl.LoginLogServiceImpl (implements com.hengyi.xbaseweb.system.service.LoginLogService)
- com.hengyi.xbaseweb.system.service.impl.MessageServiceImpl (implements com.hengyi.xbaseweb.system.service.IMessageService)
- com.hengyi.xbaseweb.system.service.impl.PostServiceImpl (implements com.hengyi.xbaseweb.system.service.IPostService)
- com.hengyi.xbaseweb.system.service.impl.UserDetailServiceImpl (implements com.hengyi.xbaseweb.system.service.IUserDetailService)
- com.hengyi.xbaseweb.system.service.impl.DictServiceImpl (implements com.hengyi.xbaseweb.system.service.IDictService)
- com.hengyi.xbaseweb.system.service.impl.FileDataServiceImpl (implements org.dromara.x.file.storage.core.recorder.FileRecorder, com.hengyi.xbaseweb.system.service.IFileDataService)
- com.hengyi.xbaseweb.system.service.impl.ResourceServiceImpl (implements com.hengyi.xbaseweb.system.service.IResourceService)
- com.hengyi.xbaseweb.system.service.impl.RoleServiceImpl (implements com.hengyi.xbaseweb.system.service.IRoleService)
- com.hengyi.xbaseweb.system.service.impl.UserServiceImpl (implements com.hengyi.xbaseweb.system.service.IUserService)
- com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<M,
- com.baomidou.mybatisplus.extension.repository.CrudRepository<M,
- com.hengyi.xbaseweb.system.service.impl.LoginServiceImpl (implements com.hengyi.xbaseweb.system.service.ILoginService)
- com.hengyi.xbaseweb.system.service.impl.UserRoleServiceImpl (implements com.hengyi.xbaseweb.system.service.IUserRoleService)
- com.hengyi.xbaseweb.system.service.impl.VerifyCodeServiceImpl (implements com.hengyi.xbaseweb.system.service.IVerifyCodeService)
- com.baomidou.mybatisplus.extension.repository.AbstractRepository<M,