<#include "../../include/exmay-head.html" />
<#include "../../include/exmay-software.html" />

模型${i18n("exmay.common.list")}

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