chore
This commit is contained in:
@@ -4,5 +4,10 @@ namespace Atomx.Admin.Client.Models
|
||||
{
|
||||
public class CountryModel:Country
|
||||
{
|
||||
/// <summary>
|
||||
/// 语言
|
||||
/// </summary>
|
||||
public string LanguageId { get; set; } = string.Empty;
|
||||
public List<LocalizedProperty> Localized { get; set; } = new List<LocalizedProperty>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user