整理数据库实体备注
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-20 18:20:37 +08:00
parent d3e3ed79ba
commit 40c8a51a31
174 changed files with 5006 additions and 6652 deletions
@@ -75,7 +75,7 @@ public partial class <#= EntityType.Name #>: BaseFullAuditEntity
if (!string.IsNullOrEmpty(property.GetComment()))
{
#>
[Comment(" <#= code.XmlComment(property.GetComment().Replace("\\", "|").Trim()) #>")]
[Comment("<#= code.XmlComment(property.GetComment().Replace("\\", "|").Trim()) #>")]
<#
}