Fix 276 registry

This commit is contained in:
2025-08-28 10:49:03 +09:00
parent b0501cbed9
commit 40023876bd
3 changed files with 9 additions and 2 deletions

View File

@ -14,7 +14,7 @@ namespace Hcs.Client.Api.Registry
public static nsiRef Element4 => new()
{
Code = "4",
GUID = "f5624700-3c3f-460f-8313-8fcae00d261c"
GUID = "51dd6edc-83fe-4810-8b62-4dc85a75e9a3"
};
/// <summary>
@ -23,7 +23,7 @@ namespace Hcs.Client.Api.Registry
public static nsiRef Element10 => new()
{
Code = "10",
GUID = "88443e22-867c-4420-9945-f8c8bc6e7f08"
GUID = "a5a17c90-cc4b-4f32-a22b-6e06cd42a68c"
};
}
}