所有程序包的分层结构

程序包分层结构:

类分层结构

接口分层结构

  • org.shoulder.data.uid.BizIdGenerator
  • org.shoulder.data.constant.DataBaseConsts
  • org.shoulder.data.uid.EntityIdGenerator
  • org.shoulder.data.mybatis.template.entity.ILogicDeleteEntity
  • com.baomidou.mybatisplus.extension.service.IService<T>
  • com.baomidou.mybatisplus.core.mapper.Mapper<T>
    • com.baomidou.mybatisplus.core.mapper.BaseMapper<T>
      • org.shoulder.data.mybatis.template.dao.BaseMapper<ENTITY>
        • org.shoulder.data.mybatis.template.dao.FakerMapper<ENTITY>

注释类型分层结构

枚举分层结构