phronCare/Domain/Dtos/Stock/StockScanRawRequest.cs
Leandro Hernan Rojas c574a48c4f
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 6m15s
Fix ParseGS1 to Backend
2025-08-18 14:34:24 -03:00

3 lines
128 B
C#

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