@InterceptorIgnore(dataPermission="true",
tenantLine="true")
public interface DataBaseDictMapper
| 限定符和类型 | 方法和说明 |
|---|---|
List<TableColumnDTO> |
findTableColumnList(TableDTO tableDTO)
获取数据表字段
|
List<TableDTO> |
findTableList(TableDTO tableDTO)
查询表列表
|
List<TableDTO> |
findTableListByName(TableDTO tableDTO)
查询表列表
|
List<String> |
findTablePK(TableDTO tableDTO)
获取数据表主键
|
Copyright © 2022. All rights reserved.