类分层结构

  • 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>)

接口分层结构

  • com.baomidou.mybatisplus.core.mapper.Mapper<T>
    • com.baomidou.mybatisplus.core.mapper.BaseMapper<T>