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 19, 2024
1 parent 954865c commit b72a7df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 = null;
public ?string $dataPrevista = null;
public array $contato;
public ?array $loja = null;
public ?string $numeroPedidoCompras = null;
Expand Down

0 comments on commit b72a7df

Please sign in to comment.