所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- org.elsfs.tool.sql.mybatisplus.conditions.AbstractMybatisPlusCondition<Children,
E> (implements org.elsfs.tool.sql.conditions.Condition<Children>) - org.elsfs.tool.sql.mybatisplus.update.UpdateMybatisPlusCondition<E> (implements org.elsfs.tool.sql.conditions.update.UpdateCondition<R>)
- org.elsfs.tool.sql.mybatisplus.conditions.AbstractMybatisPlusCondition<Children,
接口分层结构
- com.baomidou.mybatisplus.core.mapper.Mapper<T>
- com.baomidou.mybatisplus.core.mapper.BaseMapper<T>
- org.elsfs.tool.sql.mybatisplus.mapper.ElsfsMapper<T>
- com.baomidou.mybatisplus.core.mapper.BaseMapper<T>