完善语言文件的生成

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

@@ -24,7 +24,7 @@ namespace Atomx.Common.Entities
/// 地区名称
/// </summary>
[Column(TypeName = "varchar(255)")]
[Column(TypeName = "varchar(256)")]
public string Name { get; set; } = string.Empty;
/// <summary>