namespace PyroFetes.DTO.PurchaseOrder.Response; public class GetPurchaseOrderDto { public int Id { get; set; } public string? PurchaseConditions { get; set; } }