接口 DataBaseDictMapper


@InterceptorIgnore(dataPermission="true", tenantLine="true") public interface DataBaseDictMapper
业务表字段MAPPER接口
版本:
2021-10-15
作者:
jeeplus
  • 方法详细资料

    • findTableList

      List<TableDTO> findTableList(TableDTO tableDTO)
      查询表列表
      参数:
      tableDTO -
      返回:
    • findTableListByName

      @InterceptorIgnore List<TableDTO> findTableListByName(TableDTO tableDTO)
      查询表列表
      参数:
      tableDTO -
      返回:
    • findTableColumnList

      List<TableColumnDTO> findTableColumnList(TableDTO tableDTO)
      获取数据表字段
      参数:
      tableDTO -
      返回:
    • findTablePK

      List<String> findTablePK(TableDTO tableDTO)
      获取数据表主键
      参数:
      tableDTO -
      返回: