完善语言文件的生成

This commit is contained in:
yxw
2025-12-14 18:27:21 +08:00
parent 54e9c7962d
commit 9edff983d8
36 changed files with 382 additions and 568 deletions

View File

@@ -110,7 +110,7 @@ namespace Atomx.Common.Entities
/// <summary>
/// 备注说明
/// </summary>
[Column(TypeName = "varchar(255)")]
[Column(TypeName = "varchar(256)")]
public string Note { get; set; } = string.Empty;
/// <summary>