添加页面

This commit is contained in:
yxw
2025-12-17 17:16:11 +08:00
parent da8ac8a22b
commit 903d6d9304
14 changed files with 348 additions and 175 deletions

View File

@@ -17,19 +17,19 @@ namespace Atomx.Common.Entities
public int Id { get; set; }
/// <summary>
/// 语言名称
/// 语言本地化
/// </summary>
[Column(TypeName = "varchar(50)")]
public string Name { get; set; } = string.Empty;
/// <summary>
/// 语言标题
/// 语言名称
/// </summary>
[Column(TypeName = "varchar(50)")]
public string Title { get; set; } = string.Empty;
/// <summary>
/// 语言名称
/// 语言文化
/// </summary>
[Column(TypeName = "varchar(25)")]
public string Culture { get; set; } = string.Empty;