#foreach($column in $columns)
#if(!${column.isPk})
#end
#end
查询
新增
#foreach($column in $columns)
#end
修改
删除
#foreach($column in $columns)
#if(!${column.isPk})
#end
#end
',0),
(5, 'Model-C#', '${context.className}.cs', 'using Newtonsoft.Json;
namespace ${context.packageName}
{
#if( "${table.comment}" != "" )
///