@Mapper public interface SysGenColumnMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<SysGenColumn>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
batchInsertTable(List<SysGenColumn> columns) |
void |
deleteGenTableColumns(List<SysGenColumn> delCols) |
List<Map<String,Object>> |
getTableColumns(String tableName) |
List<SysGenColumn> |
selectGenColumnListByTableId(Long tableId) |
List<SysGenColumn> selectGenColumnListByTableId(Long tableId)
void batchInsertTable(List<SysGenColumn> columns)
void deleteGenTableColumns(List<SysGenColumn> delCols)
Copyright © 2023. All rights reserved.