Limpieza e intento de modernizar informe de ventas

This commit is contained in:
2021-01-19 17:17:29 -03:00
parent baf32be9cb
commit 8ac20ad4b5
154 changed files with 9660 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<?php
namespace Incoviba\nuevo\Venta;
use App\Alias\NewTipo;
/**
*
* @author Aldarien
* @property int id
* @property string descripcion
*
*/
class TipoEstadoPostventa extends NewTipo
{
protected static $_table = 'tipo_estado_postventas';
}
?>