DictCache

open class DictCache

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun clear()
清空缓存
Link copied to clipboard
open fun getDict(dictCode: String, groupCode: String): Dictionary
Link copied to clipboard
获取字典值
Link copied to clipboard
open fun getDictValue(dictCode: String, groupCode: String): String
获取字典值
Link copied to clipboard
open fun getDictValueSysSet(dictCode: String): String
Link copied to clipboard
open fun getSysConfig(code: String): String
获取系统配置
Link copied to clipboard
open fun setDictGroupSet(dictGroupSet: Map<String, Map<String, Dictionary>>)