Interface DsTypeMapper

All Superinterfaces:
com.baomidou.mybatisplus.core.mapper.BaseMapper<DsType>, com.baomidou.mybatisplus.core.mapper.Mapper<DsType>

@Repository public interface DsTypeMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<DsType>
  • Method Summary

    Modifier and Type
    Method
    Description
    listTypes(Long categoryId, String type)
     

    Methods inherited from interface com.baomidou.mybatisplus.core.mapper.BaseMapper

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

    • listTypes

      List<DsType> listTypes(@Param("categoryId") Long categoryId, @Param("type") String type)