新增 beetl dict 工具,简化 DictUtils 的书写
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user