<#form:form id="inputForm" model="${extendRela}" action="${ctx}/sys/extends/save-emp-extends" method="post" class="form-horizontal">
<#form:hidden path="id" />
#form:form>
<#form:select id="relaId" path="relaId" items="${officeList}"
itemLabel="officeName" itemValue="officeCode" class="form-control"/>
<#form:input path="propertyName" maxlength="100" class="form-control required "/>
<#form:select path="propertyType" id="propertyType" dictType="sys_extend_type" class="form-control required" />
<#form:radio path="visible" dictType="sys_show_hide" class="form-control required" />