新增 beetl dict 工具,简化 DictUtils 的书写

This commit is contained in:
thinkgem
2020-03-05 12:31:29 +08:00
parent c0171c3e18
commit a87f4f25ff

View File

@@ -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