You can buy this project and download/modify it how often you want.
首页 > ${tableRemarks} > 编辑 <#list allColumns as c> <#if c.javaProperty!=primaryKey.javaProperty> <#if c.jdbcTypeName='TIMESTAMP' || c.jdbcTypeName='DATE'> ${c.remarks} <#elseif cons[c.javaProperty]?? > ${cons[c.javaProperty]['name']!} 请选择${cons[c.javaProperty]['name']!} <#list cons[c.javaProperty]?keys as key> <#if key!='name'> ${cons[c.javaProperty][key]} #if> #list> <#elseif c.jdbcTypeName='LONGVARCHAR'> ${c.remarks} <#elseif c.jdbcTypeName='INTEGER' || c.jdbcTypeName='DECIMAL' || c.jdbcTypeName='NUMERIC'|| c.jdbcTypeName='TINYINT' || c.jdbcTypeName='SMALLINT'|| c.jdbcTypeName='BIGINT'|| c.jdbcTypeName='FLOAT'|| c.jdbcTypeName='DOUBLE'> ${c.remarks} <#else > ${c.remarks} #if> #if> #list> 提交