Auth, Login, Home, Venta->Listados->Precios
This commit is contained in:
8
app/src/Model/Proyecto/Superficie.php
Normal file
8
app/src/Model/Proyecto/Superficie.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace Incoviba\Model\Proyecto;
|
||||
|
||||
class Superficie
|
||||
{
|
||||
public float $sobre_nivel;
|
||||
public float $bajo_nivel;
|
||||
}
|
Reference in New Issue
Block a user