Files
amrez-nova-eop-services-api/AMREZ.EOP.Contracts/DTOs/Integrations/SCB/Common/SCBStatus.cs
Thanakarn Klangkasame d266463c9f Fix Redundance Reference
2025-10-03 10:33:55 +07:00

7 lines
174 B
C#

namespace AMREZ.EOP.Contracts.DTOs.Integrations.SCB.Common;
public sealed class SCBStatus
{
public int? Code { get; set; }
public string? Description { get; set; }
}