Package cn.sliew.sakura.dao.mapper
Interface CatalogStoreMapper
-
- All Superinterfaces:
com.baomidou.mybatisplus.core.mapper.BaseMapper<CatalogStore>,com.baomidou.mybatisplus.core.mapper.Mapper<CatalogStore>
@Mapper public interface CatalogStoreMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<CatalogStore>
-
-
Method Summary
-
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
-
-