#include "../../include/exmay-head.html" />
<#include "../../include/exmay-software.html" />
模型${i18n("exmay.common.list")}
${i18n("exmay.common.add")}
${i18n("exmay.common.enable")}
${i18n("exmay.common.disable")}
卸载
<#if exmay_devMode>
生成安装包
#if>
ID
名称
代号
描述
开发团队/作者
编码
版本
状态
最后更新时间
操作
<#list pager.list as model>
${model.id}
${model.name}
${model.code}
${model.description}
${model.team}
${model.charset}
${model.version}
${timeFormat(system.updateTime)}
禁用
#list>
<#if (pager.list?size > 0)>
<@exmay.pagination pageList=pager />
<#else>
${i18n("exmay.common.record.null")}
#if>
<#include "../../include/exmay-footer.html" />