0.1.0
This commit is contained in:
12
src/Model/Venta/Propiedad.php
Normal file
12
src/Model/Venta/Propiedad.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace Incoviba\Model\Venta;
|
||||
|
||||
use Incoviba\Mapper\Unidad;
|
||||
use Incoviba\Model\Model;
|
||||
|
||||
class Propiedad extends Model
|
||||
{
|
||||
public int $id;
|
||||
public bool $estado;
|
||||
public array $unidades;
|
||||
}
|
Reference in New Issue
Block a user