修改中心

Test_Study_Net8
hang 2023-09-01 15:53:17 +08:00
parent 5956d32c36
commit 477691ec70
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ namespace IRaCIS.Application.Contracts
public string City { get; set; } = string.Empty; public string City { get; set; } = string.Empty;
public string Province { get; set; } = string.Empty;
public string Country { get; set; } = string.Empty; public string Country { get; set; } = string.Empty;
} }
} }