Skip to content

Commit

Permalink
PHP-1280: add idDelivered and deliver date to flat;
Browse files Browse the repository at this point in the history
  • Loading branch information
tehdeel committed Mar 23, 2021
1 parent bc8ea5e commit 0801c80
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions HomeappData/Registry/Dto/Realty/Attributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,24 @@ class Attributes implements AttributesInterface
*/
public ?DduOwnerDto $dduOwner = null;

/**
* @Serializer\Type("int")
* @Serializer\Groups({"API"})
*/
private ?int $deliveryYear = null;

/**
* @Serializer\Type("int")
* @Serializer\Groups({"API"})
*/
private ?int $deliveryQuarter = null;

/**
* @Serializer\Type("bool")
* @Serializer\Groups({"API"})
*/
private ?bool $isDelivered = null;

//========================== ТОЛЬКО ДЛЯ ДОМОВ =============================

/**
Expand Down

0 comments on commit 0801c80

Please sign in to comment.