Add metering devices page

This commit is contained in:
2025-11-28 16:45:20 +09:00
parent 8eb8786341
commit 59fcb7576a
5 changed files with 93 additions and 2 deletions

View File

@ -18,11 +18,11 @@ namespace Hcs.WebApp.Services
{
PropertiesToExcludeOnUpdate =
[
nameof(SupplyContract.ThirdPartyId)
nameof(Account.ThirdPartyId)
],
UpdateByProperties =
[
nameof(SupplyContract.HcsId)
nameof(Account.HcsId)
]
});
}