This commit is contained in:
2026-01-05 12:44:01 +08:00
parent 41a939176e
commit ea541fb6e4
14 changed files with 171 additions and 467 deletions

View File

@@ -22,7 +22,7 @@ namespace Atomx.Common.Entities
public long CountryId { get; set; }
/// <summary>
/// 州省ID
/// 州/省ID
/// </summary>
public long StateProvinceId { get; set; }
@@ -44,6 +44,12 @@ namespace Atomx.Common.Entities
[Column(TypeName = "varchar(1)")]
public string Initial { get; set; } = string.Empty;
/// <summary>
/// 缩写,简称
/// </summary>
[Column(TypeName = "varchar(32)")]
public string Abbreviation { get; set; } = string.Empty;
/// <summary>
/// 地区深度
/// </summary>