[성현모] proxykms gui 추가

This commit is contained in:
SHM
2026-03-03 13:01:16 +09:00
parent 4c25200f80
commit 99e5397307
17 changed files with 1909 additions and 4 deletions

View File

@ -102,6 +102,7 @@ namespace KmsProxy.Models
{
public string ProvisioningType { get; set; } = string.Empty;
public string EcuID { get; set; } = string.Empty;
public string KeyID { get; set; } = string.Empty;
}
public class Response_SupplierKeySyncValue : Response_Common
{
@ -177,6 +178,7 @@ namespace KmsProxy.Models
{
public string ProvisioningType { get; set; } = string.Empty;
public string EcuID { get; set; } = string.Empty;
public string KeyID { get; set; } = string.Empty;
}
public class Response_SupplierKeySyncValue : Response_Common
{