优化数据库表
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-19 16:40:17 +08:00
parent 4e7ce826c8
commit b98df9dae8
23 changed files with 876 additions and 971 deletions
@@ -98,9 +98,11 @@ public partial class <#= EntityType.Name #>: BaseFullAuditEntity
[StringLength(<#= maxLength.Value #>)]
<#
}
else if(maxLength.HasValue && maxLength == 200){}
else
{
#>
[MaxLength]
<#
}