<#form:form id="inputForm" model="${device}" action="${ctx}/sys/attendance/save" method="post">

<#form:input path="id" maxlength="100" class="form-control required "/>

   若需配置多个显示设备请用逗号分隔,例如: display1,display2,display3

<#form:input path="showDeviceId" maxlength="100" class="form-control required" />

<#form:checkbox name="officeIds" items="${officeList}" itemLabel="officeName" itemValue="officeCode" class="form-control required"/>