接口 LicenseMapper

所有超级接口:
com.baomidou.mybatisplus.core.mapper.BaseMapper<LicensePO>, com.baomidou.mybatisplus.core.mapper.Mapper<LicensePO>

@Mapper public interface LicenseMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<LicensePO>
  • 方法概要

    从接口继承的方法 com.baomidou.mybatisplus.core.mapper.BaseMapper

    delete, deleteBatchIds, deleteById, deleteById, deleteByMap, exists, insert, selectBatchIds, selectById, selectByMap, selectCount, selectList, selectMaps, selectMapsPage, selectObjs, selectOne, selectPage, update, updateById