@@ -18,7 +18,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public string SiteName { get; set; } = string.Empty;
|
||||
public string SiteNameCN{ get; set; } = string.Empty;
|
||||
public string AliasName { get; set; } = string.Empty;
|
||||
public string SiteCode { get; set; }
|
||||
public string SiteCode { get; set; } = string.Empty;
|
||||
|
||||
public int Code { get; set; }
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||
|
||||
public string UniqueCode { get; set; } = string.Empty;
|
||||
|
||||
public string Address { get; set; }
|
||||
public string Address { get; set; } = string.Empty;
|
||||
|
||||
public string DirectorName { get; set; } = string.Empty;
|
||||
public string DirectorPhone { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user