Treat common and private registries separately

This commit is contained in:
2025-10-28 15:29:17 +09:00
parent 5e5880c367
commit c8686a5899
6 changed files with 23 additions and 15 deletions

View File

@ -6,7 +6,8 @@ namespace Hcs.WebApp.Data.Hcs
{
public enum OperationType
{
NsiCommon_ExportNsiItem_15_7_0_1
NsiCommon_ExportNsiItem_15_7_0_1,
Nsi_ExportNsiItem_15_7_0_1
}
public int Id { get; set; }