提交 2e64fb3d 编写于 作者: Mosher's avatar Mosher

update:预定义代码表设置默认超长时长为 60000 毫秒

上级 446c4b89
......@@ -43,7 +43,12 @@ export default class ${srfclassname('${item.getCodeName()}')} {
* @type any
* @memberof ${srfclassname('${item.getCodeName()}')}
*/
<#if item.getPredefinedType?? && item.getPredefinedType()??>
// 预定义代码表默认缓存超长时长为 60000 毫秒
public cacheTimeout:any = 60000;
<#else>
public cacheTimeout:any = ${item.getCacheTimeout()?c};
</#if>
/**
* 代码表模型对象
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册