namespace AVSCartonShipmentVerifier.DTOs;
public sealed class QrScanRequestDto
{
public string QrValue { get; init; } = string.Empty;
}