public interface SysConfigDataApi
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getConfigListSql()
获取所有配置list的sql
|
List<cn.hutool.db.Entity> |
getConfigs(Connection conn)
获取系统配置表中的所有数据
|
List<cn.hutool.db.Entity> getConfigs(Connection conn) throws SQLException
conn - 原始数据库连接SQLExceptionString getConfigListSql()
Copyright © 2022. All rights reserved.