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,16 @@
<?php
namespace Incoviba\common;
use App\Alias\OldModel as Model;
/**
* @property int $id
* @property Registry $registry
* @property string $column
* @property mixed $old
* @property mixed $new
*/
class RegistryData extends Model
{
public static $_table = 'registry_data';
}