Skip to content

Commit

Permalink
Update PersistirPedidoVendaDto.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosanches authored Jul 17, 2024
1 parent b74a8dc commit 954865c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Resource/PedidosVendas/Dto/PersistirPedidoVendaDto.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ class PersistirPedidoVendaDto extends AbstractDto
public ?int $numero = null;
public ?string $numeroLoja = null;
public string $data;
public string $dataSaida;
public string $dataPrevista;
public ?string $dataSaida;
public ?string $dataPrevista;
public array $contato;
public ?array $loja = null;
public ?string $numeroPedidoCompras = null;
Expand All @@ -21,7 +21,7 @@ class PersistirPedidoVendaDto extends AbstractDto
public ?array $categoria = null;
public ?array $tributacao = null;
public array $itens;
public array $parcelas;
public ?array $parcelas;
public ?array $transporte = [];
public ?array $vendedor = [];
public ?array $intermediador = [];
Expand Down

0 comments on commit 954865c

Please sign in to comment.