提交 99a24147 编写于 作者: Mosher's avatar Mosher

更新代码表过期时间逻辑

上级 d9b27555
......@@ -21,14 +21,6 @@ export default class ${srfclassname('${item.getCodeName()}')} {
*/
public isEnableCache:boolean = ${item.isEnableCache()?c};
/**
* 过期时间
*
* @type any
* @memberof ${srfclassname('${item.getCodeName()}')}
*/
public expirationTime:any;
/**
* 预定义类型
*
......@@ -45,6 +37,15 @@ export default class ${srfclassname('${item.getCodeName()}')} {
*/
public cacheTimeout:any = ${item.getCacheTimeout()?c};
/**
* 过期时间
*
* @type any
* @memberof ${srfclassname('${item.getCodeName()}')}
*/
public expirationTime:any = this.cacheTimeout && this.cacheTimeout != 0 ? new Date().getTime()+this.cacheTimeout : 0;
/**
* 代码表模型对象
*
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册