Limpieza e intento de modernizar informe de ventas
This commit is contained in:
17
src/nuevo/Venta/TipoEstadoPostventa.php
Normal file
17
src/nuevo/Venta/TipoEstadoPostventa.php
Normal 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';
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user