namespace Domain.Dtos.Stock; public record StockScanRawRequest(string Raw, int LocationId, int Page = 1, int PageSize = 10);