Update houses page

This commit is contained in:
2025-11-14 16:50:41 +09:00
parent dfbe853918
commit b403d87836
2 changed files with 26 additions and 38 deletions

View File

@ -7,9 +7,11 @@ namespace Hcs.WebApp.Data.Hcs
{
public int Id { get; set; }
public Guid FiasId { get; set; }
public Guid? FiasId { get; set; }
public int ThirdPartyId { get; set; }
public Guid? HcsId { get; set; }
public string? ThirdPartyId { get; set; }
public bool IsMkd { get; set; }