dictInfo.ftl 298 B

1234567
  1. <#macro dictInfo dictTable="" dictField="" dictText="">
  2. <#if dictTable?if_exists?html != ''><#rt/>
  3. dictTable="${dictTable?if_exists?html}" dictField="${dictField?if_exists?html}" dictText="${dictText?if_exists?html}" <#rt/>
  4. <#else><#rt/>
  5. typeGroupCode="${dictField}" <#rt/>
  6. </#if><#rt/>
  7. </#macro>