public interface SysGenTableService extends com.baomidou.mybatisplus.extension.service.IService<SysGenTable>
| 限定符和类型 | 方法和说明 |
|---|---|
int |
deleteByIds(Long[] ids) |
byte[] |
downloadCode(String[] tableNames) |
void |
genTableList() |
Map<String,String> |
previewCode(Long tableId) |
List<SysGenTable> |
selectGenTableAll() |
com.baomidou.mybatisplus.core.metadata.IPage<SysGenTable> |
selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<SysGenTable> page,
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<SysGenTable> query) |
void |
synchDb(String tableName) |
void |
updateGenTable(SysGenTable sysGenTable) |
count, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdcom.baomidou.mybatisplus.core.metadata.IPage<SysGenTable> selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<SysGenTable> page, com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<SysGenTable> query)
int deleteByIds(Long[] ids)
void genTableList()
List<SysGenTable> selectGenTableAll()
void updateGenTable(SysGenTable sysGenTable)
byte[] downloadCode(String[] tableNames)
void synchDb(String tableName)
Copyright © 2023. All rights reserved.