diff --git a/modules/core/src/main/resources/config/beetl-core.properties b/modules/core/src/main/resources/config/beetl-core.properties index f2a2b137..4353b37a 100644 --- a/modules/core/src/main/resources/config/beetl-core.properties +++ b/modules/core/src/main/resources/config/beetl-core.properties @@ -99,6 +99,7 @@ FN.hasPermi = com.jeesite.common.beetl.ext.fn.HasPermi FN.cookie = com.jeesite.common.beetl.ext.fn.Cookie FN.lang = com.jeesite.common.beetl.ext.fn.Lang FN.text = com.jeesite.common.beetl.ext.fn.Text +FN.time = com.jeesite.common.beetl.ext.fn.Time ##内置的功能包 FNP.strutil = org.beetl.ext.fn.StringUtil