fix 省市地区管理

This commit is contained in:
yxw
2026-01-05 19:09:54 +08:00
parent ea541fb6e4
commit 4eb09a79fc
12 changed files with 1704 additions and 36 deletions

View File

@@ -6,6 +6,8 @@ namespace Atomx.Admin.Client.Models
{
[IgnoreDataMember]
public long? CountryId { get; set; }
[IgnoreDataMember]
public long StateProvinceId { get; set; }
public string Name { get; set; } = string.Empty;
}