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,13 @@
<?php
namespace Incoviba\old\Venta;
use Incoviba\Common\Alias\OldModel as Model;
/**
* @property int $id
* @property string $descripcion
* @property int $vigente
*/
class TipoEstadoCierre extends Model
{
}