All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openurp.web.action.api.teacher.json.ftl Maven / Gradle / Ivy

There is a newer version: 0.41.3
Show newest version
[#ftl]
{
teachers : [[#list teachers! as teacher]{id : '${teacher.id}', name : '${teacher.name?js_string}', code : '${teacher.staff.code?js_string}'}[#if teacher_has_next],[/#if][/#list]],
pageIndex : ${pageLimit.pageIndex},
pageSize : ${pageLimit.pageSize}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy