优化vue2代码生成模板

This commit is contained in:
不做码农
2022-05-20 13:29:30 +08:00
parent c1ff6c47a5
commit d8abd49103
3 changed files with 2 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ namespace ${options.ModelsNamespace}.Models
{
$foreach(item in genTable.Columns)
/// <summary>
/// 描述 : ${item.ColumnComment}
/// 描述 :${item.ColumnComment}
/// 空值 :$if(item.IsRequired == "True") false $else true $end
/// </summary>
$if(replaceDto.ShowBtnExport)