old models

This commit is contained in:
2019-12-23 18:01:23 -03:00
parent 50c2bb0f15
commit f67ab72e2a
72 changed files with 4625 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<?php
namespace Incoviba\old\Proyecto;
use Incoviba\Common\Alias\OldModel as Model;
/**
*
* @author Aldarien
*
* @property int id
* @property string descripcion
* @property int orden
*
*/
class EtapaProyecto extends Model
{
}
?>