完善国家管理和数据多语言
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
namespace Atomx.Admin.Client.Models
|
||||
using System.Runtime.Serialization;
|
||||
|
||||
namespace Atomx.Admin.Client.Models
|
||||
{
|
||||
public class StateProvinceSearch
|
||||
{
|
||||
public long CountryId { get; set; }
|
||||
[IgnoreDataMember]
|
||||
public long? CountryId { get; set; }
|
||||
public string Name { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user