{#if isset($rules['rules']['type'][$key]) && ($rules['rules']['type'][$key] == 'mediumtext' || $rules['rules']['type'][$key] == 'text')#}
{#else if isset($rules['rules']['type'][$key]) && $rules['rules']['type'][$key] == 'enum'#}
{#else#}
{#/if#}
{#if isset($rules['rules']['length'][$key]) && $rules['rules']['length'][$key] > 0 #}最大长度{#$rules['rules']['length'][$key]#}个字符{#else#}{#/if#}
{#/foreach#}