代码生成编辑新增字段备注

This commit is contained in:
不做码农
2022-05-20 14:40:31 +08:00
parent d8abd49103
commit 99595c1993
6 changed files with 20 additions and 13 deletions

View File

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