所有程序包的分层结构
- top.binfast.daemon.codegen,
- top.binfast.daemon.codegen.config,
- top.binfast.daemon.codegen.constant,
- top.binfast.daemon.codegen.controller,
- top.binfast.daemon.codegen.controller.param,
- top.binfast.daemon.codegen.domain,
- top.binfast.daemon.codegen.mapper,
- top.binfast.daemon.codegen.service,
- top.binfast.daemon.codegen.util
类分层结构
- java.lang.Object
- top.binfast.daemon.codegen.controller.AdminController
- top.binfast.common.mybatis.bean.model.BaseModel (implements java.io.Serializable)
- top.binfast.daemon.codegen.domain.GenTable
- top.binfast.daemon.codegen.domain.GenTableColumn
- top.binfast.daemon.codegen.config.CodeGenDefaultProperties
- top.binfast.daemon.codegen.DaemonCodegenApplication
- top.binfast.daemon.codegen.util.DataBaseHelper
- top.binfast.daemon.codegen.controller.GenController
- top.binfast.daemon.codegen.controller.param.GenImportParam
- top.binfast.daemon.codegen.service.GenTableServiceImpl (implements top.binfast.daemon.codegen.service.IGenTableService)
- top.binfast.daemon.codegen.util.GenUtils
- top.binfast.daemon.codegen.config.MyBatisDataSourceMonitor (implements org.anyline.data.datasource.DataSourceMonitor)
- top.binfast.common.core.bean.params.PageQueryParam
- top.binfast.daemon.codegen.controller.param.GenTableParam
- top.binfast.daemon.codegen.util.VelocityInitializer
- top.binfast.daemon.codegen.util.VelocityUtils
接口分层结构
- top.binfast.daemon.codegen.constant.GenConstants
- top.binfast.daemon.codegen.service.IGenTableService
- com.baomidou.mybatisplus.core.mapper.Mapper<T>
- com.baomidou.mybatisplus.core.mapper.BaseMapper<T>
- top.binfast.common.mybatis.mapper.BinBaseMapper<T>
- top.binfast.daemon.codegen.mapper.GenTableColumnMapper
- top.binfast.daemon.codegen.mapper.GenTableMapper
- top.binfast.common.mybatis.mapper.BinBaseMapper<T>
- com.baomidou.mybatisplus.core.mapper.BaseMapper<T>
枚举类分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- top.binfast.daemon.codegen.util.DataBaseType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)