@Service public class SystemParamService extends Object
| 构造器和说明 | 
|---|
| SystemParamService() | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| Boolean | getBoolean(String name) | 
| Date | getDate(String name) | 
| String | getDateTime(String name)获取日期时间 | 
| Double | getDouble(String name) | 
| Float | getFloat(String name) | 
| Integer | getInt(String name) | 
| com.alibaba.fastjson.JSONObject | getJson(String name) | 
| List | getList(String name) | 
| Long | getLong(String name) | 
| Map | getMap(String name) | 
| Object | getObject(String name) | 
| String | getString(String name) | 
| int | insert(String name,
      Object value,
      String description) | 
| static SystemParamService | instance() | 
| List<Map<String,Object>> | list()列表所有字典数据 | 
| int | save(String name,
    Object value,
    String description) | 
| int | update(String name,
      Object value) | 
public static SystemParamService instance()
public int update(String name, Object value) throws SQLException
name - value - SQLExceptionpublic List<Map<String,Object>> list() throws SQLException
SQLExceptionpublic int save(String name, Object value, String description) throws SQLException
name - value - description - SQLExceptionpublic int insert(String name, Object value, String description) throws SQLException
name - value - description - SQLExceptionpublic Object getObject(String name) throws SQLException
name - SQLExceptionpublic String getString(String name) throws SQLException
SQLExceptionpublic Integer getInt(String name) throws SQLException
SQLExceptionpublic Long getLong(String name) throws SQLException
SQLExceptionpublic Double getDouble(String name) throws SQLException
SQLExceptionpublic Float getFloat(String name) throws SQLException
SQLExceptionpublic Date getDate(String name) throws SQLException
SQLExceptionpublic String getDateTime(String name) throws SQLException
name - SQLExceptionpublic com.alibaba.fastjson.JSONObject getJson(String name) throws SQLException
SQLExceptionpublic Map getMap(String name) throws SQLException
SQLExceptionpublic List getList(String name) throws SQLException
SQLExceptionpublic Boolean getBoolean(String name) throws SQLException
SQLExceptionCopyright © 2025. All rights reserved.