[성현모] 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

@ -1,5 +1,6 @@
using Microsoft.OpenApi.Writers;
using System.ComponentModel.DataAnnotations;
using System.Security.Cryptography.Xml;
namespace WebApi.Project.ProxyKMS.Models
{
@ -101,6 +102,7 @@ namespace WebApi.Project.ProxyKMS.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
{
@ -176,6 +178,7 @@ namespace WebApi.Project.ProxyKMS.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
{