diff --git a/modules/core/src/main/resources/config/beetl-core.properties b/modules/core/src/main/resources/config/beetl-core.properties index c6233329..72b070ff 100644 --- a/modules/core/src/main/resources/config/beetl-core.properties +++ b/modules/core/src/main/resources/config/beetl-core.properties @@ -110,6 +110,7 @@ FN.text = com.jeesite.common.beetl.ext.fn.Text FNP.strutil = org.beetl.ext.fn.StringUtil FNP.reg = org.beetl.ext.fn.RegxFunctionUtil FNP.array = org.beetl.ext.fn.ArrayUtil +FNP.dict = com.jeesite.common.beetl.ext.fn.DictUtil ##内置的格式化函数 FT.dateFormat = org.beetl.ext.format.DateFormat