[성현모] Web Operation 기능 추가

This commit is contained in:
SHM
2026-02-02 15:14:39 +09:00
parent e673cc20cf
commit 0475d60409
10 changed files with 428 additions and 6 deletions

View File

@ -0,0 +1,13 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "10.0.2",
"commands": [
"dotnet-ef"
],
"rollForward": false
}
}
}

View File

@ -31,7 +31,7 @@ namespace WebApi.Project.ProxyKMS.Models
}
public class Response_SupplierKeyProvisioning : Response_Common
{
public SupplierKeyProvisioningRecords Records { get; set; } = new SupplierKeyProvisioningRecords();
public List<SupplierKeyProvisioningRecords> Records { get; set; } = new List<SupplierKeyProvisioningRecords>();
#region record
public class SupplierKeyProvisioningRecords
@ -70,7 +70,7 @@ namespace WebApi.Project.ProxyKMS.Models
}
public class Response_SupplierKeyProvisioning : Response_Common
{
public SupplierKeyProvisioningRecords Records { get; set; } = new SupplierKeyProvisioningRecords();
public List<SupplierKeyProvisioningRecords> Records { get; set; } = new List<SupplierKeyProvisioningRecords>();
#region record
public class SupplierKeyProvisioningRecords
@ -104,7 +104,7 @@ namespace WebApi.Project.ProxyKMS.Models
}
public class Response_SupplierKeySyncValue : Response_Common
{
public SupplierKeySyncValueRecords Records { get; set; } = new SupplierKeySyncValueRecords();
public List<SupplierKeySyncValueRecords> Records { get; set; } = new List<SupplierKeySyncValueRecords>();
#region record
public class SupplierKeySyncValueRecords
@ -143,7 +143,7 @@ namespace WebApi.Project.ProxyKMS.Models
}
public class Response_SupplierKeyProvisioning : Response_Common
{
public SupplierKeyProvisioningRecords Records { get; set; } = new SupplierKeyProvisioningRecords();
public List<SupplierKeyProvisioningRecords> Records { get; set; } = new List<SupplierKeyProvisioningRecords>();
#region record
public class SupplierKeyProvisioningRecords
@ -179,7 +179,7 @@ namespace WebApi.Project.ProxyKMS.Models
}
public class Response_SupplierKeySyncValue : Response_Common
{
public SupplierKeySyncValueRecords Records { get; set; } = new SupplierKeySyncValueRecords();
public List<SupplierKeySyncValueRecords> Records { get; set; } = new List<SupplierKeySyncValueRecords>();
#region record
public class SupplierKeySyncValueRecords